MultiLogger.removeLogger

This method removes a Logger from the MultiLogger.

class MultiLogger
@safe
removeLogger
(
in char[] toRemove
)

Parameters

toRemove char[]

The name of the Logger to remove. If the Logger is not found null will be returned. Only the first occurrence of a Logger with the given name will be removed.

Return Value

Type: Logger

The removed Logger.

Meta

Suggestion Box / Bug Report