PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Backends.​ConsoleConsole­Log­Record­BuilderWrite
Open sandboxFocus

ConsoleLogRecordBuilder.Write Method

Write(UnsafeString)

Writes the final message to the back-end.

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

The final message.

Overrides
TextLogRecordBuilder.Write(UnsafeString)

Write()

Write the current log record to the console.

Declaration
protected virtual void Write()