Class LogTailLoader
Handles loading and managing BareTail log files.
Inheritance
LogTailLoader
Assembly: CoverageKiller2.dll
Syntax
public class LogTailLoader
Constructors
LogTailLoader()
Declaration
Properties
LogFileName
Declaration
public static string LogFileName { get; }
Property Value
LogOpen
Declaration
public static bool LogOpen { get; }
Property Value
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