BearFramework\App\NullLogger::log

Logs the data specified.
public void log string $name string $message [, array $data = [] ] )
Parameters
name
The name of the log context.
message
The message that will be logged.
data
Additional information to log.
Returns
No value is returned.
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.