- LogLevel
LogLevel
Namespace: PluginManager
Assembly: PluginManager
Log Levels, defines the type of log entry being made by ILogger interface.Fields
Information | Log entry is information only. |
Warning | Log entry is a warning condition. |
Error | Log entry represents an error that has occurred. |
Critical | Log entry is a critical error within the system. |
PluginLoadSuccess | Log entry is informing that a plugin module has been successfully loaded. |
PluginLoadFailed | Log entry is informing that a plugin module has failed to load. |
PluginLoadError | Log entry is informing that a generic error occurred when loading a plugin module. |
PluginConfigureError | Log entry is informing that there is a configuration error with a plugin module. |
IpRestricted | Log entry informing that an Ip address has had restriction imposed upon it within the RestrictIp.Plugin module. |
CacheControlError | Indicates that an error occurred within CacheControl.Plugin module. |
ThreadManager | The event was raised by the ThreadManager |
Localization | Indicates that an error occurred when translating a string using Localization.Plugin. This is usually an indication that a localized string is missing. |