程序包 cool.scx.logging
类 ScxLogger
java.lang.Object
cool.scx.logging.ScxLogger
ScxLogger
- 版本:
- 0.0.1
- 作者:
- scx567888
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明config()config.level()level.voidlogMessage(ScxLoggingLevel level, String msg, Throwable throwable) 打印日志方法name()name.recorders.protected booleanshouldSkip(ScxLoggingLevel level) shouldSkip.booleanstackTrace.
-
构造器详细资料
-
ScxLogger
Constructor for ScxLogger.
- 参数:
name- aStringobject
-
-
方法详细资料
-
logMessage
打印日志方法- 参数:
level- amsg- athrowable- a
-
shouldSkip
shouldSkip.
- 参数:
level- aScxLoggingLevelobject- 返回:
- a boolean
-
config
config.
- 返回:
- a
ScxLoggerConfigobject
-
level
level.
- 返回:
- a
ScxLoggingLevelobject
-
stackTrace
public boolean stackTrace()stackTrace.
- 返回:
- a boolean
-
recorders
recorders.
- 返回:
- a
Setobject
-
name
name.
- 返回:
- a
Stringobject
-