Interface ILogFactory
Log factory interface.
Namespace: FixAntenna.Common.Logging
Assembly: FixAntenna.Common.dll
Syntax
public interface ILogFactory
Methods
GetLog(String)
Declaration
ILog GetLog(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| ILog |
GetLog(Type)
Declaration
ILog GetLog(Type aClass)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | aClass |
Returns
| Type | Description |
|---|---|
| ILog |