PHP Class Ouzo\Logger\AbstractLogger

Inheritance: implements Ouzo\Logger\LoggerInterface
Datei anzeigen Open project: letsdrink/ouzo Class Usage Examples

Public Methods

Method Description
__construct ( $name, $configuration )
setName ( $name )

Protected Methods

Method Description
getLogger ( )
isDebug ( )
log ( $writeToLogFunction, $level, $levelName, $message, $params )

Method Details

__construct() public method

public __construct ( $name, $configuration )

getLogger() protected method

protected getLogger ( )

isDebug() protected method

protected isDebug ( )

log() protected method

protected log ( $writeToLogFunction, $level, $levelName, $message, $params )

setName() public method

public setName ( $name )