PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Backends.​Common­LoggingCommon­Logging­Record­BuilderWrite
Open sandboxFocus

CommonLoggingRecordBuilder.Write Method

Write(UnsafeString)

Writes the final message to the back-end.

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

The final message.

Overrides
TextLogRecordBuilder.Write(UnsafeString)