C# Класс FluentSharp.CoreLib.API.Logger_File_Append

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

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

Метод Описание
Logger_File_Append ( string targetFile ) : System
debug ( string debugMessageFormat ) : void
error ( string errorMessageFormat ) : void
ex ( Exception ex ) : void
ex ( Exception ex, bool showStackTrace ) : void
ex ( Exception ex, string comment ) : void
ex ( Exception ex, string comment, bool showStackTrace ) : void
info ( string infoMessageFormat ) : void
logToChache ( string text ) : void
write ( string messageFormat ) : void

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

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

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

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

public Logger_File_Append ( string targetFile ) : System
targetFile string
Результат System

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

public debug ( string debugMessageFormat ) : void
debugMessageFormat string
Результат void

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

public error ( string errorMessageFormat ) : void
errorMessageFormat string
Результат void

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

public ex ( Exception ex ) : void
ex System.Exception
Результат void

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

public ex ( Exception ex, bool showStackTrace ) : void
ex System.Exception
showStackTrace bool
Результат void

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

public ex ( Exception ex, string comment ) : void
ex System.Exception
comment string
Результат void

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

public ex ( Exception ex, string comment, bool showStackTrace ) : void
ex System.Exception
comment string
showStackTrace bool
Результат void

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

public info ( string infoMessageFormat ) : void
infoMessageFormat string
Результат void

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

public logToChache ( string text ) : void
text string
Результат void

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

public write ( string messageFormat ) : void
messageFormat string
Результат void