C# Class Source.Common.Log

Afficher le fichier Open project: mrange/T4Include

Méthodes publiques

Méthode Description
Error ( string format ) : void
Exception ( string format ) : void
HighLight ( string format ) : void
Info ( string format ) : void
LogMessage ( Level level, string format ) : void
Success ( string format ) : void
Warning ( string format ) : void

Private Methods

Méthode Description
GetLevelColor ( Level level ) : ConsoleColor
GetLevelMessage ( Level level ) : string
GetMessage ( string format, object args ) : string
Partial_ExceptionOnLog ( Level level, string format, object args, Exception exc ) : void
Partial_LogLevel ( Level level ) : void
Partial_LogMessage ( Level level, string message ) : void

Method Details

Error() public static méthode

public static Error ( string format ) : void
format string
Résultat void

Exception() public static méthode

public static Exception ( string format ) : void
format string
Résultat void

HighLight() public static méthode

public static HighLight ( string format ) : void
format string
Résultat void

Info() public static méthode

public static Info ( string format ) : void
format string
Résultat void

LogMessage() public static méthode

public static LogMessage ( Level level, string format ) : void
level Level
format string
Résultat void

Success() public static méthode

public static Success ( string format ) : void
format string
Résultat void

Warning() public static méthode

public static Warning ( string format ) : void
format string
Résultat void