ConsoleHandler (gb.logging)

Questa classe eredita LogHandler.

Questa classe è creabile.

Costanti
STDERR  
STDOUT  

Proprietà ereditate
Level  
Step  

Metodi
GetOutput  
Write  

Metodi ereditati
Close   Closes the log handler. No further writing is allowed
Open   Opens the log handler and prepares it for writing
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 the console.

You should only need to create an instance, set its properties, like the Level, and add it to a ComplexLogger via addHandler. You should not call any of this methods directly.