Monolog integration =================== Coralogix PHP SDK provides logging handler for `Monolog `_ logging library. Example of usage: .. code-block:: php pushHandler( new CoralogixMonologHandler( "[YOUR_PRIVATE_KEY_HERE]", "[YOUR_APPLICATION_NAME]", "[YOUR_SUBSYSTEM_NAME]" ) ); $logger->info("Hello from Monolog logging library"); For more details about usage of `Monolog`, please, read the `this manual `_.