apns-php
|
A simple logger. More...
Public Member Functions | |
void | log (string $sMessage) |
Logs a message. More... | |
A simple logger.
This simple logger implements the Log Interface and is the default logger for all ApnsPHP_Abstract based class.
This simple logger outputs The Message to standard output prefixed with date, service name (ApplePushNotificationService) and Process ID (PID).
Definition at line 31 of file Embedded.php.
void log | ( | string | $sMessage | ) |
Logs a message.
$sMessage | The message. |
Implements ApnsPHP_Log_Interface.
Definition at line 38 of file Embedded.php.