FileHandler (gb.logging)

Esta clase hereda LogHandler.

Esta clase es instanciable.

Inherited properties
Level  
Step  

Métodos
Close   Closes the log handler. No further writing is allowed
GetOutput  
Open   Opens the log handler and prepares it for writing
RotateAfter  
Write   Write the sMessage with optional level iLevel to the log handler

Inherited methods
isEnabledFor   Returns whether the Logger object is enabled for (i.e. will not ignore messages for) the message level specified by iLevel.

This is a default LogHandler that outputs to a file.