SimpleConfiguration
abstract class SimpleConfiguration implements ConfigurationInterface, ApplicationAwareInterface (View source)
Traits
Trait ApplicationAwareTrait A trait used with ApplicationAwareInterface
Properties
protected Application | $app | from ApplicationAwareTrait | |
protected int | $coreLevel | The logging level to care about for all core logs. |
Methods
__construct(int $coreLevel = Logger::DEBUG)
No description
int
getCoreLevel()
No description
LoggerInterface
createLogger(string $channel)
Create a new logger instance for a specific logigng channel.
HandlerInterface
createHandler(int $level)
Create a handler for a specific log level.
Details
setApplication(Application $app)
Setter method for the application
__construct(int $coreLevel = Logger::DEBUG)
No description
int
getCoreLevel()
No description
LoggerInterface
createLogger(string $channel)
Create a new logger instance for a specific logigng channel.
abstract protected HandlerInterface
createHandler(int $level)
Create a handler for a specific log level.