Show / Hide Table of Contents

Interface IFileLogger

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

Properties

Enabled

Declaration
bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

Methods

Close()

Declaration
void Close()

Flush()

Declaration
void Flush()

Trunc()

Declaration
void Trunc()

Write(String)

Declaration
void Write(string logMessage)
Parameters
Type Name Description
System.String logMessage

Write(String, String)

Declaration
void Write(string time, string logMessage)
Parameters
Type Name Description
System.String time
System.String logMessage

WriteDateTime(String)

Declaration
void WriteDateTime(string logMessage)
Parameters
Type Name Description
System.String logMessage

WriteTime(String)

Declaration
void WriteTime(string logMessage)
Parameters
Type Name Description
System.String logMessage
Back to top Generated by DocFX