C# Class TeamMentor.CoreLib.MemoryLogger

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

Méthodes publiques

Méthode Description
MemoryLogger ( ) : System
d ( string debugMessage ) : void
debug ( string debugMessageFormat ) : void
e ( string errorMessage ) : 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
i ( string infoMessage ) : void
info ( string infoMessageFormat ) : void
logToChache ( string text ) : void
write ( string messageFormat ) : void

Method Details

MemoryLogger() public méthode

public MemoryLogger ( ) : System
Résultat System

d() public méthode

public d ( string debugMessage ) : void
debugMessage string
Résultat void

debug() public méthode

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

e() public méthode

public e ( string errorMessage ) : void
errorMessage 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

i() public méthode

public i ( string infoMessage ) : void
infoMessage string
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