LogServiceBase Write Method (Message, Boolean)NFX Class Library

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

Writes log message into log

Namespace: NFX.Log
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void Write(
	Message msg,
	bool urgent
)

Parameters

msg
Type: NFX.Log Message
Message to write
urgent
Type: OnlineSystem Boolean
Indicates that the logging service implementation must make an effort to write the message to its destinations urgently

Implements

ILog Write(Message, Boolean)
See Also