C# Class Medusa.Log.Logger

Afficher le fichier Open project: fjz13/Medusa

Méthodes publiques

Méthode Description
All ( string format ) : void
AllLine ( string format ) : void
Error ( string format ) : void
ErrorLine ( string format ) : void
Info ( string format ) : void
InfoLine ( string format ) : void

Method Details

All() public static méthode

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

AllLine() public static méthode

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

Error() public static méthode

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

ErrorLine() public static méthode

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

Info() public static méthode

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

InfoLine() public static méthode

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