C# Class ATMLManagerLibrary.controllers.LogFileController

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Méthode Description
LogFileController ( ) : System
OpenLogFile ( string &fileName ) : bool

Private Methods

Méthode 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 méthode

public LogFileController ( ) : System
Résultat System

OpenLogFile() public méthode

public OpenLogFile ( string &fileName ) : bool
fileName string
Résultat bool