Method WriteFormattedLevel
WriteFormattedLevel(LogLevel, ref UnsafeText)
Appends string representation of LogLevel into UnsafeText
Declaration
public static bool WriteFormattedLevel(LogLevel level, ref UnsafeText messageOutput)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | Level to append |
UnsafeText | messageOutput | Where to append |
Returns
Type | Description |
---|---|
bool | True on success |