\LinHUniX\McpModules\MonologgererrorLogHandler

Stores to PHP error_log() handler.

Summary

Methods
Properties
Constants
__construct()
getAvailableTypes()
No public properties found
OPERATING_SYSTEM
SAPI
getDefaultFormatter()
writeOld()
write()
$messageType
$expandNewlines
N/A
No private methods found
No private properties found
N/A

Constants

OPERATING_SYSTEM

OPERATING_SYSTEM

SAPI

SAPI

Properties

$messageType

$messageType : 

Type

$expandNewlines

$expandNewlines : 

Type

Methods

__construct()

__construct(integer  $messageType = self::OPERATING_SYSTEM, integer  $level = \Monolog\Logger::DEBUG, Boolean  $bubble = true, Boolean  $expandNewlines = false) 

Parameters

integer $messageType

Says where the error should go.

integer $level

The minimum logging level at which this handler will be triggered

Boolean $bubble

Whether the messages that are handled can bubble up the stack or not

Boolean $expandNewlines

If set to true, newlines in the message will be expanded to be take multiple log entries

getAvailableTypes()

getAvailableTypes() : array

Returns

array —

With all available types

getDefaultFormatter()

getDefaultFormatter() 

{@inheritDoc}

writeOld()

writeOld(array  $record) 

{@inheritdoc}

Parameters

array $record

write()

write(array  $record) 

{@inheritdoc}

Parameters

array $record