C# Класс ATMLManagerLibrary.controllers.LogFileController

Показать файл Открыть проект

Открытые методы

Метод Описание
LogFileController ( ) : System
OpenLogFile ( string &fileName ) : bool

Приватные методы

Метод Описание
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

Описание методов

LogFileController() публичный Метод

public LogFileController ( ) : System
Результат System

OpenLogFile() публичный Метод

public OpenLogFile ( string &fileName ) : bool
fileName string
Результат bool