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

Write an entry into the GUISS log. If OnLogEntryAdded isn't assigned, nothing happens.

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

Syntax

C#
public static void Write(
	string message
)

Parameters

message
Type: System..::.String
The message to pass to OnLogEntryAdded.

See Also