BearFramework\App\Logs::log

Logs the data specified.
public self 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
Returns a reference to itself.
Details
Location: ~/src/App/Logs.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.