C# Class TeamMentor.CoreLib.Logger_LogItem

Inheritance: IO2Log
Afficher le fichier Open project: TeamMentor/Master Class Usage Examples

Méthodes publiques

Méthode Description
Logger_LogItem ( ) : 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
lines ( ) : List
logItem ( Log_Item logItem ) : Log_Item
logItem ( string type, string text ) : Log_Item
logToChache ( string text ) : void
write ( string messageFormat ) : void
writeMemory ( string message ) : string

Method Details

Logger_LogItem() public méthode

public Logger_LogItem ( ) : System
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

lines() public méthode

public lines ( ) : List
Résultat List

logItem() public méthode

public logItem ( Log_Item logItem ) : Log_Item
logItem Log_Item
Résultat Log_Item

logItem() public méthode

public logItem ( string type, string text ) : Log_Item
type string
text string
Résultat Log_Item

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

writeMemory() public méthode

public writeMemory ( string message ) : string
message string
Résultat string