C# Класс Skytap.Utilities.FileLogger

Наследование: Logger
Показать файл Открыть проект

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

Метод Описание
FileLogger ( ) : System
Flush ( ) : void

Write out the contents of the log string to the file, flushing the contents of the in-memory string.

Защищенные методы

Метод Описание
_LogError ( string message ) : void
_LogImportant ( string message ) : void
_LogInfo ( string message ) : void

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

Метод Описание
IncrementLinesAndCheckFlush ( ) : void

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

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

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

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

Write out the contents of the log string to the file, flushing the contents of the in-memory string.
public Flush ( ) : void
Результат void

_LogError() защищенный Метод

protected _LogError ( string message ) : void
message string
Результат void

_LogImportant() защищенный Метод

protected _LogImportant ( string message ) : void
message string
Результат void

_LogInfo() защищенный Метод

protected _LogInfo ( string message ) : void
message string
Результат void