Show / Hide Table of Contents

Interface ILogFormatter

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface ILogFormatter

Properties

Format

Declaration
string Format { get; set; }
Property Value
Type Description
System.String

Methods

FormatTimeStamp(DateTime)

Declaration
string FormatTimeStamp(DateTime ts)
Parameters
Type Name Description
System.DateTime ts
Returns
Type Description
System.String

GetLogTime(ILog)

Declaration
string GetLogTime(ILog log)
Parameters
Type Name Description
ILog log
Returns
Type Description
System.String

ToString(ILog)

Declaration
string ToString(ILog log)
Parameters
Type Name Description
ILog log
Returns
Type Description
System.String
Back to top Generated by DocFX