Class LoggerSourceImpl
Implements
Inherited Members
Namespace: DotNetNuke.Instrumentation
Assembly: DotNetNuke.Instrumentation.dll
Syntax
public class LoggerSourceImpl : ILoggerSource
Constructors
LoggerSourceImpl()
Declaration
public LoggerSourceImpl()
Methods
GetLogger(string)
Declaration
public ILog GetLogger(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| ILog |
GetLogger(Type)
Declaration
public ILog GetLogger(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| ILog |