Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
LogManager.GetLogger�Method�(Type)
Shorthand for GetLogger.
[Visual�Basic]
Overloads�Public�Shared�Function�GetLogger( _
���ByVal
type�As�
Type�_
)�As�
ILog
[C#]
public�static�
ILog�GetLogger(
���
Type�
type);
Parameters
-
type
- The full name of type will be used as the name of the logger to retrieve.
Return Value
The logger with the name specified.
Remarks
Get the logger for the fully qualified name of the type specified.
See Also
LogManager Class | log4net Namespace | LogManager.GetLogger Overload List