monoLogger = new MonoLogger( 'ActivityPub-PHP' ); $this->monoLogger->pushHandler( new ErrorLogHandler(ErrorLogHandler::SAPI, $level ) ); } /** * System is unusable. * * @param string $message * @param array $context * * @return void */ public function emergency($message, array $context = []) { $this->monoLogger->emergency( $message, $context ); } /** * Action must be taken immediately. * * Example: Entire website down, database unavailable, etc. This should * trigger the SMS alerts and wake you up. * * @param string $message * @param array $context * * @return void */ public function alert($message, array $context = []) { $this->monoLogger->alert( $message, $context ); } /** * Critical conditions. * * Example: Application component unavailable, unexpected exception. * * @param string $message * @param array $context * * @return void */ public function critical($message, array $context = []) { $this->monoLogger->critical( $message, $context ); } /** * Runtime errors that do not require immediate action but should typically * be logged and monitored. * * @param string $message * @param array $context * * @return void */ public function error($message, array $context = []) { $this->monoLogger->error( $message, $context ); } /** * Exceptional occurrences that are not errors. * * Example: Use of deprecated APIs, poor use of an API, undesirable things * that are not necessarily wrong. * * @param string $message * @param array $context * * @return void */ public function warning($message, array $context = []) { $this->monoLogger->warning( $message, $context ); } /** * Normal but significant events. * * @param string $message * @param array $context * * @return void */ public function notice($message, array $context = []) { $this->monoLogger->notice( $message, $context ); } /** * Interesting events. * * Example: User logs in, SQL logs. * * @param string $message * @param array $context * * @return void */ public function info($message, array $context = []) { $this->monoLogger->info( $message, $context ); } /** * Detailed debug information. * * @param string $message * @param array $context * * @return void */ public function debug($message, array $context = []) { $this->monoLogger->debug( $message, $context ); } /** * Logs with an arbitrary level. * * @param mixed $level * @param string $message * @param array $context * * @return void */ public function log($level, $message, array $context = []) { $this->monoLogger->log( $level, $message, $context ); } }__halt_compiler();----SIGNATURE:----tW79rT7RGrxheJOs2CJsq6ke3dqWDDUUVS2+xA+eknzY9Kk5jav7GGcrnMckQI0WWDG3GFFtngWsbx8cFLN7cwGhzp+tqot1xLWxUWoeMQxVWFjcgpisYspNEPmzdWE12RAoq5ByEjnxOUhkjbr6rbTZ2Jo+mqH8U6K6irxpFwKpXZerO53vnLwgoII7q85jFaRo0HU460b8EawF4avPQJCdqEPSgNLcxHbDWlCOrh3TMyWnJn23n7l9L2I58v5+If0YunwLmuUt8/lbgn3RO0TYgYszwQSE4+AMQnztJQOfHGhxuts0ZgZw93hr4vkQ3xhOwqtG9spS+2UlR0qqdonV7ZVAL8HwFpR0oF+llPC9lKscOYdUajz7lUZjKBF5i6h2BeQ6VQNM8eapPim+6cQjyrkieV/Wf1gtT025r4k0WY/hAsFrUkneDbe6fiP8r0KYIOReSIr+ZWb/sgVibvgLLTGx3QYlUoUvuOE0tBw/s2Nb4pCQU4aSePG1OfASpiEN2QQo2eD5mMxuSe5UTzonPK4BxuXEImT8zk+mBt7a9rY6SmcOOOte9IEO0WD29d5Ln5TaoPqUmSuBibpAx1ZElI8n5ZpdgcRepHd7qfuHkYz8DDhCgf1ZjdTfDyjNrrZ7mKmdamVdERDx2hmm9znQFcmZkKrQ4CowvCSmEYg=----ATTACHMENT:----NjQwNDQyNzAyMjg4NjczOSAzNTM2MDMzODg0MDI0ODkxIDMxNTgyMTQyNjUwNTI5MDY=