C# Class SenseNet.Tools.Installer.InstallLogger

Inheritance: IInstallLogger
Datei anzeigen Open project: maxpavlov/FlexNet

Public Methods

Method Description
InstallLogger ( ) : System
WriteInstallStep ( InstallStepCategory category, string stepName, string resourceName, string targetName, bool probe, bool overwrite, bool userModified, object previousState ) : void
WriteMessage ( string message ) : void
WriteTitle ( string title ) : void

Private Methods

Method Description
Center ( string text ) : string

Method Details

InstallLogger() public method

public InstallLogger ( ) : System
return System

WriteInstallStep() public method

public WriteInstallStep ( InstallStepCategory category, string stepName, string resourceName, string targetName, bool probe, bool overwrite, bool userModified, object previousState ) : void
category InstallStepCategory
stepName string
resourceName string
targetName string
probe bool
overwrite bool
userModified bool
previousState object
return void

WriteMessage() public method

public WriteMessage ( string message ) : void
message string
return void

WriteTitle() public method

public WriteTitle ( string title ) : void
title string
return void