C# Class HA4IoT.Contracts.Logging.Log

Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
Error ( Exception exception, string message ) : void
Info ( string message ) : void
Verbose ( string message ) : void
Warning ( Exception exception, string message ) : void
Warning ( string message ) : void

Method Details

Error() public static méthode

public static Error ( Exception exception, string message ) : void
exception System.Exception
message string
Résultat void

Info() public static méthode

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

Verbose() public static méthode

public static Verbose ( string message ) : void
message string
Résultat void

Warning() public static méthode

public static Warning ( Exception exception, string message ) : void
exception System.Exception
message string
Résultat void

Warning() public static méthode

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