\Pivot\LoggerLoggerInstance

Summary

Methods
Properties
Constants
__construct()
__call()
getModule()
setModule()
getContext()
clearContext()
addContext()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$logger
$module
$context
N/A

Properties

$logger

$logger : 

Type

$module

$module : 

Type

$context

$context : 

Type

Methods

__construct()

__construct(  $logger) 

Parameters

$logger

__call()

__call(  $name,   $args) 

Parameters

$name
$args

getModule()

getModule() : mixed

Get the value of Module

Returns

mixed

setModule()

setModule(  $module) : self

Set the value of Module

Parameters

$module

Returns

self

getContext()

getContext() : mixed

Get the value of Context

Returns

mixed

clearContext()

clearContext() : self

Clear the Context

Returns

self

addContext()

addContext(  $context,   $key = null) : self

add to the Context

Parameters

$context
$key

Returns

self