\UrbanAirshipUALog

Logging class Class UALog

Summary

Methods
Properties
Constants
setLogHandlers()
getLogHandlers()
getLogger()
No public properties found
DEFAULT_UA_LOG_NAME
No protected methods found
No protected properties found
N/A
No private methods found
$logHandlers
N/A

Constants

DEFAULT_UA_LOG_NAME

DEFAULT_UA_LOG_NAME

Properties

$logHandlers

$logHandlers : 

Type

Methods

setLogHandlers()

setLogHandlers(  $handlers) 

Add log handlers to tailor logging for your use case. Default logging is the Monolog default, a Monolog StreamHandler('php://stderr', static::DEBUG) Use Monolog NullHandler to disable all logging.

Parameters

$handlers

getLogHandlers()

getLogHandlers() : mixed

Get the current log handler array

Returns

mixed

getLogger()

getLogger() : \Monolog\Logger

Returns the logger for standard logging in the library

Returns

\Monolog\Logger