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 | |
System.String | text | The fully-rendered message. |
System.Exception | exception | An optional System.Exception. |