C# Class Frapid.Installer.Helpers.InstallerLog

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
Error ( string messageTemplate ) : void
Information ( string messageTemplate ) : void
Verbose ( string messageTemplate ) : void

Method Details

Error() public static méthode

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

Information() public static méthode

public static Information ( string messageTemplate ) : void
messageTemplate string
Résultat void

Verbose() public static méthode

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