Check if the named logger exists in the repository. If so return
its reference, otherwise returns null.
Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Parameters
- name
- Type: SystemString
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