Class LoggerControllerBase
Base class for all logger controllers
Inherited Members
Namespace: YVR.Utilities
Assembly: YVR.Utilities.Runtime.dll
Syntax
public abstract class LoggerControllerBase
Constructors
| Name | Description |
|---|---|
| LoggerControllerBase(LoggerControllerBase) | Constructor for LoggerController |
Methods
| Name | Description |
|---|---|
| IsLogValid(object, string, LogPriority, string) | To determinate whether the log is valid to be output |
| IsLogValidImpl(object, string, LogPriority, string) | Base class for all logger controllers |