class StandardLoggerFactory implements LoggerFactoryInterface (View source)

Properties

protected Repository $config
protected Filesystem $filesystem

Methods

__construct(Repository $config, Filesystem $filesystem)

No description

bool
isLoggingEnabled()

No description

createLogger(Process $process)

No description

LoggerInterface|null
createFromRunner(TaskRunnerInterface $runner)

No description

LoggerInterface|null
createFromProcess(Process $process)

No description

Details

__construct(Repository $config, Filesystem $filesystem)

No description

Parameters

Repository $config
Filesystem $filesystem

protected bool isLoggingEnabled()

No description

Return Value

bool

protected LoggerInterface createLogger(Process $process)

No description

Parameters

Process $process

Return Value

LoggerInterface

LoggerInterface|null createFromRunner(TaskRunnerInterface $runner)

No description

Parameters

TaskRunnerInterface $runner

Return Value

LoggerInterface|null

LoggerInterface|null createFromProcess(Process $process)

No description

Parameters

Process $process

Return Value

LoggerInterface|null