Oihana PHP System

LoggerManagerTrait

Provides a trait for managing a LoggerManager instance.

Table of Contents

Properties

$manager  : LoggerManager|null
The logger manager reference.

Methods

initializeLoggerManager()  : void
Initializes the LoggerManager instance.

Properties

Methods

initializeLoggerManager()

Initializes the LoggerManager instance.

protected initializeLoggerManager(LoggerManager|string|null $manager[, ContainerInterface|null $container = null ]) : void
Parameters
$manager : LoggerManager|string|null

The LoggerManager instance, its service ID, or null.

$container : ContainerInterface|null = null

The DI Container reference.

Tags
throws
NotFoundExceptionInterface
throws
ContainerExceptionInterface

        
On this page

Search results