C# Класс IFEOGlobal.Log

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

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

Метод Описание
MessageBoxError ( string StringText ) : MessageBoxResult

Warnings the specified string text.

Write ( string StringText, bool DisplayInConsole = false ) : void

Writes log.

WriteLine ( string StringText, bool DisplayInConsole = false ) : void

Writes log with Lf.

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

Метод Описание
WriteToFile ( string StringText ) : void

Writes to file.

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

MessageBoxError() публичный статический Метод

Warnings the specified string text.
public static MessageBoxError ( string StringText ) : MessageBoxResult
StringText string The string text.
Результат MessageBoxResult

Write() публичный статический Метод

Writes log.
public static Write ( string StringText, bool DisplayInConsole = false ) : void
StringText string The string text.
DisplayInConsole bool if set to true [display in console].
Результат void

WriteLine() публичный статический Метод

Writes log with Lf.
public static WriteLine ( string StringText, bool DisplayInConsole = false ) : void
StringText string The string text.
DisplayInConsole bool if set to true [display in console].
Результат void