Class NLogFactory
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Common.Logging
Assembly: FixAntenna.Common.dll
Syntax
public class NLogFactory : DefaultLogFactory, ILogFactory
Methods
GetLog(String)
Declaration
public override ILog GetLog(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| ILog |
Overrides
GetLog(Type)
Declaration
public override ILog GetLog(Type aClass)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | aClass |
Returns
| Type | Description |
|---|---|
| ILog |