C# Class ATMLManagerLibrary.controllers.LogFileController

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
LogFileController ( ) : System
OpenLogFile ( string &fileName ) : bool

Private Methods

Method Description
BuildLogFileName ( ) : void
Instance_OnDebug ( string message, object source = null ) : void
Instance_OnError ( string message, string stackTrace, object source = null ) : void
Instance_OnInfo ( string message, object source = null ) : void
Instance_OnTrace ( string message, object source = null ) : void
Instance_OnWarn ( string message, object source = null ) : void
LogDebugMessages ( ) : bool
LogToFile ( ) : bool
WriteMessage ( string level, string message ) : void
WriteMessage ( string level, string message, string stackTrace ) : void

Method Details

LogFileController() public method

public LogFileController ( ) : System
return System

OpenLogFile() public method

public OpenLogFile ( string &fileName ) : bool
fileName string
return bool