Interface ILoggerSource
Namespace: DotNetNuke.Instrumentation
Assembly: DotNetNuke.Instrumentation.dll
Syntax
public interface ILoggerSource
Methods
GetLogger(string)
Declaration
ILog GetLogger(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Returns
Type | Description |
---|---|
ILog |
GetLogger(Type)
Declaration
ILog GetLogger(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
ILog |