BearFramework\App\NullLogger

The null logger does not log any data and does not throw any errors.
BearFramework\App\NullLogger implements BearFramework\App\ILogger {

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

}
Implements
A logger interface.
Methods
public void log ( string $name , string $message [, array $data = [] ] )
Logs the data specified.
Details
Location: ~/src/App/NullLogger.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.