C# Класс xn.Log

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

Открытые свойства

Свойство Тип Описание
MASK_ALL string

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

Метод Описание
Close ( ) : void
Init ( ) : void
InitFromXmlFile ( string xmlFile ) : void
SetConsoleOutput ( bool on ) : void
SetFileOutput ( bool on ) : void
SetMaskState ( string maskName, bool on ) : void
SetOutputFolder ( string folder ) : void
SetSeverityFilter ( LogSeverity severity ) : void

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

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

public static Close ( ) : void
Результат void

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

public static Init ( ) : void
Результат void

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

public static InitFromXmlFile ( string xmlFile ) : void
xmlFile string
Результат void

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

public static SetConsoleOutput ( bool on ) : void
on bool
Результат void

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

public static SetFileOutput ( bool on ) : void
on bool
Результат void

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

public static SetMaskState ( string maskName, bool on ) : void
maskName string
on bool
Результат void

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

public static SetOutputFolder ( string folder ) : void
folder string
Результат void

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

public static SetSeverityFilter ( LogSeverity severity ) : void
severity LogSeverity
Результат void

Описание свойств

MASK_ALL публичное статическое свойство

public static string MASK_ALL
Результат string