Open sandboxFocus

Method Write

Write(FlashtraceLevel, LogRecordKind, string, Exception?)

Writes a text message.

Declaration
protected abstract void Write(FlashtraceLevel level, LogRecordKind recordKind, string text, Exception? exception)
Parameters
Type Name Description
FlashtraceLevel level
LogRecordKind recordKind
string text

The fully-rendered message.

Exception exception

An optional Exception.