Method SetPrefix
SetPrefix(LogPrefixBase)
Sets the log prefix for the current logger.
Declaration
public void SetPrefix(LogPrefixBase prefix)
Parameters
Type | Name | Description |
---|---|---|
LogPrefixBase | prefix | The LogPrefixBase instance to use for the log prefix. |