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:----pO8Lig8tRRAmTJUYiNVEtGwwAarT2BWCoe92V0OegEE1NNCAVer7ruC8k+kF2Te0bU6PBo5i6d83vVokLNtmRLudxwJz2sFX7gViUaRdtgLSgzqTQtI3BUop3l3hte5XnxuASeMSjW+rptnkors+Bknwi9C2NwOdF8RyZre8dbSC24NcQR8iJvgawZOytVDSTlTDOgYBCXlgXrywNhco7zLW8Lknbfpc0If8MqBizQJkKQDJa8r+SZQ/MlDh6DJFkGV/UQAQQ/yhllexdd7CaBSq6yys8LV3jF2D/wg2Jw3smWRiBaEWjPWOokge+f34T+30bCCOpSiSVu6BEJHDKqOYYvG4X3Va5rG8GvLM896Uk3RJbpZeVwcFkJVjNy/ZjODR2PyAIcYn/wDaepMkniK/dLwkdQYAj+Tk1dyXqgh+RIIe4VkgqB+J0rXocXqtlXfair/Qs9NgU0tL198NVG9mzHCyO0q1bQWuwR098uZ5BUfFFu5+3jn7t5PY/6uHQrW0Pl8pkJdUPJnCtqykW0k90sc8bcN5hjuHxXCBIND4/qU/2WHinkRns+Z0KdKWi5zuOLjArnI1AoVCQJLbu2FZ4cyRdh56BSigxf4g3sIwDiOE14VLz41VSm+q+AC57x3YX8W/nY8B1HumAyMtylovJCni9xsAIQRBM61Yp2s=----ATTACHMENT:----MTIzMzc2NjI4NDMzMTUzNiAxMzY2MjYyMDg1MTIxMDg1IDcxNDc0MTcwMDQ4ODQ1ODM=