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:----pLie4YdPeAB+zqFDbnappNFOQVojiIRnWbaNeIdMh3vdiNr7qGdXS0OG/4QiFT7/ziukMpLziO0ox7zDeBBkFgnt26Zt7qiNLvAOAyUXt5zPGXOWSIhPtUxqOnuExgnKLM5fE5S+hVH2ORJ7W7bALLhX1PTxt5vJEthN36oqKjNUBbHHL1jKGq+Gyu8iOqpaelESzckW3en9kcRuP7/aYbrj/09y7QdgXtD1l12bN5mDwnrA5DMBHUgeN8R44JblbjGlMpSGGD5u2TNo2hB5blPO8uIkfimFkrpRulgefJVbpqM42mhQS/xva8c2tyU06G917MqweOQO8N/Dj29wVn4lSBWTzQPGC7y+WsNJaN9j9Nf/HPnnDgf4S8Vi2YbPydX0KYw+sR0QpqhWqe2A8oicAp2C2DcDoX2LRA1cko/y0MU99/iwCizxiTQpG78t7IDFEZ+hGTAIoK6wpDqHZsG+xn9bhxoksxPWc22oKIDILh2X1PnuJMjUoi+CfUHPqWLE6msdnYXTN7s3JZezRQJBSbWhYElEB+e8o74TPXtado4w59u6fYj6fXeda5XtQsOhBwwyJkUcTLafPHcQG9M4tUChulmz9BlK/bA3y/5jDH4p1QzCo0UGJjBk3/Y+AfBbJkWpkR8BPMhaNOC4FwJhBf1NVArirbZ1xFR82/Q=----ATTACHMENT:----MjA4OTM4MDk3NTc5NTgyNSA0NDYzNjM5Njg5NzE4ODQzIDE2MzQ5NTg0MjgzNTA1NTA=