class GlobalContainer (View source)

The MonologContainer class.

Methods

static void
addHandler(HandlerInterface $handler)

addHandler

static HandlerInterface[]
getHandlers()

Method to get property Handlers

static void
setHandlers(array $handlers)

Method to set property handlers

static void
addProcessor(object $processor)

addProcessor

static object[]
getProcessors()

Method to get property Processors

static void
setProcessors(array $processors)

Method to set property processors

Details

at line line 41
static void addHandler(HandlerInterface $handler)

addHandler

Parameters

HandlerInterface $handler

Return Value

void

at line line 51
static HandlerInterface[] getHandlers()

Method to get property Handlers

Return Value

HandlerInterface[]

at line line 63
static void setHandlers(array $handlers)

Method to set property handlers

Parameters

array $handlers

Return Value

void

at line line 78
static void addProcessor(object $processor)

addProcessor

Parameters

object $processor

Return Value

void

at line line 88
static object[] getProcessors()

Method to get property Processors

Return Value

object[]

at line line 100
static void setProcessors(array $processors)

Method to set property processors

Parameters

array $processors

Return Value

void