LogInterface
extends
LoggerInterface
in
Describes Log interface.
Table of Contents
Methods
- backtrace() : static
- Return an instance with backtrace level.
- exception() : static
- Return an instance with exception level.
Methods
backtrace()
Return an instance with backtrace level.
public
backtrace(string $Message[, int $Limit = 10 ]) : static
Parameters
- $Message : string
- $Limit : int = 10
Return values
staticexception()
Return an instance with exception level.
public
exception(Exception $Exception) : static
Parameters
- $Exception : Exception