Method | Description | |
---|---|---|
debug ( string $message ) | Log Debug | |
error ( string $message ) | Log Error | |
fine ( string $message ) | Log Fine | |
getInstance ( string $loggerName = __CLASS__ ) | Returns the singleton object | |
info ( string $message ) | Log Info | |
warning ( string $message ) | Log Warning |
Method | Description | |
---|---|---|
__construct ( string $loggerName ) | Default Constructor |
public static getInstance ( string $loggerName = __CLASS__ ) | ||
$loggerName | string |