Shorthand for GetLogger(string).
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Parameters
- repositoryAssembly
- Type: System.ReflectionAssembly
the assembly to use to lookup the repository - type
- Type: SystemType
The type of which the fullname will be used as the name of the logger to retrieve.
Return Value
Type: ILoggerThe logger with the name specified.
Remarks
Gets the logger for the fully qualified name of the type specified.
See Also