Class DebugDestination
Provides a file storage destination implementation for debug and trace logging
Inheritance
System.Object
DebugDestination
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: NFX.Log.Destinations
Assembly: NFX.dll
Syntax
public sealed class DebugDestination : TextFileDestination, IApplicationComponent, IDisposable, IConfigurable, IExternallyParameterized
Constructors
DebugDestination()
Declaration
public DebugDestination()
DebugDestination(String)
Declaration
public DebugDestination(string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Properties
LogTimeFormat
Specifies time format to be used for message logging
Declaration
[Config]
public string LogTimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
DoFormatMessage(Message)
Declaration
protected override string DoFormatMessage(Message msg)
Parameters
Type | Name | Description |
---|---|---|
Message | msg |
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
System.IDisposable