apns-php
|
The Log Interface. More...
Public Member Functions | |
void | log (string $sMessage) |
Logs a message. More... | |
The Log Interface.
Implement the Log Interface and pass the object instance to all ApnsPHP_Abstract based class to use a custom log.
Definition at line 33 of file Interface.php.
void log | ( | string | $sMessage | ) |