Shorthand for GetLogger(string).
Namespace: log4netAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- type
- Type: System Type
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