NexusLogger
in package
FinalYes
Tags
Table of Contents
Methods
- build() : LoggerInterface
- channel() : self
- create() : self
- handler() : self
- minLevel() : self
- processor() : self
Methods
build()
public
build() : LoggerInterface
Return values
LoggerInterfacechannel()
public
channel(string $channel) : self
Parameters
- $channel : string
Return values
selfcreate()
public
static create(ActorSystem $system[, string $channel = 'app' ]) : self
Parameters
- $system : ActorSystem
- $channel : string = 'app'
Return values
selfhandler()
public
handler(Handler $handler) : self
Parameters
- $handler : Handler
Return values
selfminLevel()
public
minLevel(Level $level) : self
Parameters
- $level : Level
Return values
selfprocessor()
public
processor(RecordProcessor $processor) : self
Parameters
- $processor : RecordProcessor