BearFramework\App\ILogger

A logger interface.
BearFramework\App\ILogger {

    
/* Methods */
    
abstract public void log string $name string $message [, array $data = [] ] )

}
Methods
abstract public void log ( string $name , string $message [, array $data = [] ] )
Logs the data specified.
Details
Location: ~/src/App/FileLogger.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.