Property | Type | Description | |
---|---|---|---|
$instance | The monolog instance | ||
$logTypes | List of valid log levels |
Method | Description | |
---|---|---|
__construct ( array $handlers ) | Create a Monolog\Logger instance and attach a handler | |
getInstance ( ) : |
Return a Monolog Logger instance | |
log ( string $message, integer $context = null, integer $logType = null ) | Send log message to output interface |
public __construct ( array $handlers ) | ||
$handlers | array | Array of Monolog handlers |
public getInstance ( ) : |
||
return | instance, ready to use |