Interface ILogFormatter
Assembly: Experior.Interfaces.dll
public interface ILogFormatter
Properties
Declaration
string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
string FormatTimeStamp(DateTime ts)
Parameters
Type |
Name |
Description |
System.DateTime |
ts |
|
Returns
Type |
Description |
System.String |
|
Declaration
string GetLogTime(ILog log)
Parameters
Type |
Name |
Description |
ILog |
log |
|
Returns
Type |
Description |
System.String |
|
Declaration
string ToString(ILog log)
Parameters
Type |
Name |
Description |
ILog |
log |
|
Returns
Type |
Description |
System.String |
|