C# Class Frapid.Installer.Helpers.InstallerLog

Datei anzeigen Open project: frapid/frapid

Public Methods

Method Description
Error ( string messageTemplate ) : void
Information ( string messageTemplate ) : void
Verbose ( string messageTemplate ) : void

Method Details

Error() public static method

public static Error ( string messageTemplate ) : void
messageTemplate string
return void

Information() public static method

public static Information ( string messageTemplate ) : void
messageTemplate string
return void

Verbose() public static method

public static Verbose ( string messageTemplate ) : void
messageTemplate string
return void