Class Writer
Class Writer
Methods summary
public
|
|
public
|
|
public
|
|
public
string
|
|
public
integer
|
|
public
string
|
|
public
mixed
|
|
public
string
|
|
public
|
|
public
|
|
public
array
|
|
protected
|
|
public
|
|
public
mixed
|
|
protected
|
|
protected
|
|
public
|
Properties summary
protected
integer
|
$level
|
|
protected
string
|
$message
|
|
protected
string
|
$filename
|
|
protected
resource
|
$resource
|
|
protected
string
|
$messageOutput
|
|
protected
string
|
$label
|
#
'DEBUG'
|
protected
string
|
$path
|
#
'../app/logs'
|
protected
string
|
$dateFormat
|
#
'Y-m-d'
|
protected
string
|
$extension
|
#
'log'
|
protected
string
|
$messageFormat
|
#
'[%label%][#][%date%] %message%'
|
protected
array
|
$messageFormatSearchs
|
#
['%label%', '[#]', '%date%', '%message%']
|
protected
array
|
$messageFormatReplaces
|
|
public
null|callable
|
$writeBeforeHandle
|
#
null
|
public
boolean
|
$customMessageFormatParser
|
#
false
|
protected
array
|
$levels
|
#
[
1 => 'EMERGENCY',
2 => 'ALERT',
3 => 'CRITICAL',
4 => 'ERROR',
5 => 'WARNING',
6 => 'NOTICE',
7 => 'INFO',
8 => 'DEBUG'
]
|