Show / Hide Table of Contents

Class LogTailLoader

Handles loading and managing BareTail log files.

Inheritance
object
LogTailLoader
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: CoverageKiller2.Logging
Assembly: CoverageKiller2.dll
Syntax
public class LogTailLoader

Constructors

LogTailLoader()

Declaration
public LogTailLoader()

Properties

LogFileName

Declaration
public static string LogFileName { get; }
Property Value
Type Description
string

LogOpen

Declaration
public static bool LogOpen { get; }
Property Value
Type Description
bool

Methods

Cleanup()

Declaration
public static void Cleanup()

GetLogFile()

Creates a log file for BareTail and returns the file path.

Declaration
public static string GetLogFile()
Returns
Type Description
string

The file path of the created log file.

StartBareTail(string)

Declaration
public static void StartBareTail(string filePath)
Parameters
Type Name Description
string filePath

StopBareTail()

Declaration
public static void StopBareTail()

Extension Methods

PingService.PingPong<T>(T, string)
PingService.PingPong<T>(T, string, string)
PingService.PingPong<T, TResult>(T, Func<TResult>, string, string)
PingService.Ping<T>(T, string)
PingService.Ping<T>(T, string, string)
PingService.Ping<T>(T, Type[], string)
PingService.Pong<T>(T, string)
PingService.Pong<T>(T, string, string)
PingService.Pong<T>(T, Type, string)
PingService.Pong<T>(T, Type[], string)
PingService.Pong<T, TResult>(T, Func<TResult>, string, string)
In this article
Back to top Generated by DocFX