LogHandler (gb.logging)
该类是可创建。
属性
方法
Close
|
Closes the log handler. No further writing is allowed
|
GetOutput
|
|
Open
|
Opens the log handler and prepares it for writing
|
Write
|
Write the sMessage with optional level iLevel to the log handler
|
isEnabledFor
|
|
这是一个所有handlers类的基类。.
如果你想创建你自己的, 而不是使用任何默认的, 你可以基于这个类进行扩展。