cement.core.log
¶
Cement core log module.
-
class
cement.core.log.
LogHandler
(**kw)[source]¶ Bases:
cement.core.log.LogInterface
,cement.core.handler.Handler
Log handler implementation.
-
class
cement.core.log.
LogInterface
(**kw)[source]¶ Bases:
cement.core.interface.Interface
This class defines the Log Interface. Handlers that implement this interface must provide the methods and attributes defined below. In general, most implementations should sub-class from the provided
LogHandler
base class as a starting point.-
class
Meta
[source]¶ Bases:
object
Handler meta-data.
-
interface
= 'log'¶ The string identifier of the interface.
-
-
class