Shorthand for GetLogger(string).
Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- type
- Type: SystemType
The full name of type will be used as the name of the logger to retrieve.
Return Value
Type: ILogThe logger with the name specified.
Remarks
See Also