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:----aJoD2VCOqVT+H7tH8arDcdbCS3NbSXkwQypVr8oxdvkLeB9FKl47gX6WNkjpAsy7/l6llrU8qGVVjuxruhuTq3uj7mfu9g0x8qwwwQfAa3pNtrPBJAKYPtXJAum6c/ccqfSca+/xB7THMiOwsKWLB93SYad91vudBFwOpEdFL5IYnFLsnKkQv3FQq1RJG1XLl25DLJ5UQntzMpliSD9ra7hz/9QWFMJvb3uf331DtKTcHFNW3aTj3HFCy0Ma6Bhgt/nHV8y2oswUQ1u2e0gDolkyfm+2LFH1opAH4xazM0BCOCmCumaHwvo2hCDG8z2Gh7KOevJ1f8DxnsQFylqN4x714THl+xnjjjgqp20SHk2kHVAndvmfxzOHvADRoH/5thnYQ0KCtI2/jcbuINvbebVmrMGQ5iPAmcD+DUOzRiIACnp6Z6pf4CXGHKbkzQR4JOZf3o/dmHSK4Y+RDO1wniOjonRJKKlLlbo+6uid0hBv10oZsBN1WEDt9SBp9VH3HpYyKNBiXvTLsio9pDkTEgplH8Jf6ZTBEoEp/r9DMOiBuITCyiWGX2Mh+UEbIAgu2jJNoWb6af8JaKUjVM9nnK8vQ7rTBWSGg5kueqO2jlnInnMUSa9y7wGtjjmGSd+nciOtCcvMb5+VXLcG1o5HCKMznXrCLqMpW2N12u36ndk=----ATTACHMENT:----NTMyNDgzNTE5ODA0ODYzNiAxMzAxNTU1ODQwNjI0OTU2IDU1Mjk1MDc1MzEyNTY5NTk=