Class DefaultLogFactory
Factory for default loggers.
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 DefaultLogFactory : ILogFactory
Fields
DefaultLog
Declaration
protected static readonly DefaultLog DefaultLog
Field Value
Type | Description |
---|---|
DefaultLog |
Methods
GetLog()
Declaration
public virtual ILog GetLog()
Returns
Type | Description |
---|---|
ILog |
GetLog(String)
Declaration
public virtual ILog GetLog(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
ILog |
GetLog(Type)
Declaration
public virtual ILog GetLog(Type aClass)
Parameters
Type | Name | Description |
---|---|---|
System.Type | aClass |
Returns
Type | Description |
---|---|
ILog |