LogLevel 枚举
Enum defining available log levels
定义可用日志级别的枚举
命名空间: DeploySharp.Log程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
Ordered from most verbose (DEBUG) to most severe (FATAL)
按从最详细(DEBUG)到最严重(FATAL)的顺序排列
DEBUG | 0 | Debug level (most verbose) 调试级别(最详细) |
INFO | 1 | Information level 信息级别 |
WARN | 2 | Warning level 警告级别 |
ERROR | 3 | Error level 错误级别 |
FATAL | 4 | Fatal/critical level 致命/关键级别 |