[This is preliminary documentation and is subject to change.]

Create a new LogEventArgs class.

Namespace:  Forcepoint.GUISS
Assembly:  Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)

Syntax

C#
public LogEventArgs(
	string message,
	Object urgency
)

Parameters

message
Type: System..::.String
The Message that this Log Entry will carry.
urgency
Type: System..::.Object
The Urgency of this Log Entry.

See Also