Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

ConsoleHandler (gb.logging)

This class inherits LogHandler.

This class is creatable.

Constants
STDERR  
STDOUT  

Inherited properties
Level  
Step  

Methods
GetOutput  
Write  

Inherited methods
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.