Class LoggerBase
Base class for all loggers
Namespace: YVR.Utilities
Assembly: YVR.Utilities.Runtime.dll
Syntax
public abstract class LoggerBase
Constructors
Name | Description |
---|---|
LoggerBase(LoggerBase, LogPrefixBase, LoggerControllerBase) | Constructor for YLogLogger |
Methods
Name | Description |
---|---|
Debug(object, string) | Output log in Debug priority |
DebugHandle(string) | Handle for output log in Debug priority |
Error(object, string) | Output log in Error priority |
ErrorHandle(string) | Handle for output log in Error priority |
Info(object, string) | Output log in Info priority |
InfoHandle(string) | Handle for output log in Info priority |
MsgWithPrefix(string, string) | Base class for all loggers |
OnInvalidLogImpl(object, string, LogPriority, string) | Base class for all loggers |
Output(object, string, LogPriority, Action<string>) | Base class for all loggers |
SetController(LoggerControllerBase) | Sets the log controller for the current logger |
SetPrefix(LogPrefixBase) | Sets the log prefix for the current logger. |
Warn(object, string) | Output log in Warn priority |
WarnHandle(string) | Handle for output log in Warn priority |