MultiLogger.removeLogger

Logger removeLogger(in char[] toRemove) @safe

This method removes a Logger from the MultiLogger.

Parameters

toRemoveThe 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.

Returns

The removed Logger.