Open sandboxFocus

Method Write

Write(UnsafeString)

Writes the final message to the back-end.

Declaration
protected override sealed void Write(UnsafeString message)
Parameters
Type Name Description
UnsafeString message

The final message.

Overrides

Write()

Write the current log record to the console.

Declaration
protected virtual void Write()