C# Class FluentSharp.CoreLib.API.Logger_File_Append

Inheritance: IO2Log
Afficher le fichier Open project: TeamMentor/Master

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
writeLine ( string message ) : void

Method Details

Logger_File_Append() public méthode

public Logger_File_Append ( string targetFile ) : System
targetFile string
Résultat System

debug() public méthode

public debug ( string debugMessageFormat ) : void
debugMessageFormat string
Résultat void

error() public méthode

public error ( string errorMessageFormat ) : void
errorMessageFormat string
Résultat void

ex() public méthode

public ex ( Exception ex ) : void
ex System.Exception
Résultat void

ex() public méthode

public ex ( Exception ex, bool showStackTrace ) : void
ex System.Exception
showStackTrace bool
Résultat void

ex() public méthode

public ex ( Exception ex, string comment ) : void
ex System.Exception
comment string
Résultat void

ex() public méthode

public ex ( Exception ex, string comment, bool showStackTrace ) : void
ex System.Exception
comment string
showStackTrace bool
Résultat void

info() public méthode

public info ( string infoMessageFormat ) : void
infoMessageFormat string
Résultat void

logToChache() public méthode

public logToChache ( string text ) : void
text string
Résultat void

write() public méthode

public write ( string messageFormat ) : void
messageFormat string
Résultat void