log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
Hierarchy.Exists Method
Test if a logger exists
[Visual Basic]
Overrides Public Function Exists( _
ByVal
name As
String _
) As
ILogger _
Parameters
-
name
- The name of the logger to lookup
Return Value
The Logger object with the name specified
Implements
ILoggerRepository.Exists
Remarks
Check if the named logger exists in the hierarchy. If so return its reference, otherwise returns null
.
See Also
Hierarchy Class | log4net.Repository.Hierarchy Namespace