|
SeasLog::emergencyRecord emergency log information Description
public static bool SeasLog::emergency(string
$message, array $content = ?, string $logger = ?)Record emergency log information.
Parameters
Return ValuesReturn TRUE on record log information success, FALSE on failure. ExamplesExample #1 SeasLog::emergency example The above example will output something similar to:
bool(true)
bool(true)
bool(true)
array(2) {
["/var/log/www/default/20180707.log"]=>
array(2) {
[0]=>
string(81) "2018-07-07 11:45:49 | EMERGENCY | 73263 | 5b40376d1067c | 1530935149.68 | log message
"
[1]=>
string(92) "2018-07-07 11:45:49 | EMERGENCY | 73263 | 5b40376d1067c | 1530935149.68 | log message from neeke
"
}
["/var/log/www/tmp_logger/20180707.log"]=>
array(1) {
[0]=>
string(92) "2018-07-07 11:45:49 | EMERGENCY | 73263 | 5b40376d1067c | 1530935149.68 | log message from neeke
"
}
}
See Also
|