MetalamaAPI documentationFlashtrace APIFlashtrace.​LoggersSimple­Flashtrace­LoggerWrite
Open sandboxFocus

SimpleFlashtraceLogger.Write Method

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.