Check if the named logger exists in the repository. If so return
its reference, otherwise returns null.
Namespace: log4net.RepositoryAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- name
- Type: System String
The name of the logger to lookup
Return Value
Type: ILoggerThe Logger object with the name specified
Remarks
If the names logger exists it is returned, otherwise null is returned.
See Also