LoggerManager.ContainsLogger

LoggerManager.ContainsLogger method

Determines whether the logger cache contains an object with the specified logger name.

public static bool ContainsLogger(string name)
ParameterTypeDescription
nameStringThe logger name.

Return Value

true if the logger cache contains an element with the key; otherwise, false.

See Also