Logger (gb.logging)
这个类提供了一个基本机制用于发送消息到一个日志。
就像你可以创建多个Logger对象一样, 这个组件提供了很好的方法用于管理多个活动日志。
在需要时,通过创建一个隐含的实例,该类可以像对象一样使用。
该类是
可创建。
该类可以作为
函数使用。
常数
Critical
|
This is only here for compatibility and is now deprecated, please use LogLevel instead.
|
Debug
|
This is only here for compatibility and is now deprecated, please use LogLevel instead.
|
DefaultFormat
|
|
Error
|
This is only here for compatibility and is now deprecated, please use LogLevel instead.
|
Info
|
This is only here for compatibility and is now deprecated, please use LogLevel instead.
|
Stderr
|
|
Stdout
|
|
Warning
|
This is only here for compatibility and is now deprecated, please use LogLevel instead.
|
属性
方法