C# Class NuBot.Diagnostics.LogExtensions

Afficher le fichier Open project: nubot/nubot

Méthodes publiques

Méthode Description
Debug ( this log, string format ) : void
Error ( this log, string format ) : void
Fatal ( this log, string format ) : void
Information ( this log, string format ) : void
Verbose ( this log, string format ) : void
Warning ( this log, string format ) : void

Method Details

Debug() public static méthode

public static Debug ( this log, string format ) : void
log this
format string
Résultat void

Error() public static méthode

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

Fatal() public static méthode

public static Fatal ( this log, string format ) : void
log this
format string
Résultat void

Information() public static méthode

public static Information ( this log, string format ) : void
log this
format string
Résultat void

Verbose() public static méthode

public static Verbose ( this log, string format ) : void
log this
format string
Résultat void

Warning() public static méthode

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