apns-php
 All Data Structures Files Functions Variables Groups Pages
ApnsPHP_Log_Interface Interface Reference

The Log Interface. More...

Inheritance diagram for ApnsPHP_Log_Interface:
Inheritance graph
Collaboration diagram for ApnsPHP_Log_Interface:
Collaboration graph

Public Member Functions

void log (string $sMessage)
 Logs a message. More...
 

Detailed Description

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.

Member Function Documentation

void log ( string  $sMessage)

Logs a message.

Parameters
$sMessageThe message.

Implemented in ApnsPHP_Log_Embedded.


The documentation for this interface was generated from the following file: