class LoggerFactory

Properties

static protected $logger Array of Logger channels

Methods

static Logger
create(string $channel)

No description

static Logger
get(string $channel)

No description

Details

at line 20
static Logger create(string $channel)

Parameters

string $channel The log channel

Return Value

Logger

at line 37
static Logger get(string $channel)

Parameters

string $channel The log channel

Return Value

Logger