C# Class SenseNet.Tools.Installer.InstallLogger

Inheritance: IInstallLogger
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode 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

Méthode Description
Center ( string text ) : string

Method Details

InstallLogger() public méthode

public InstallLogger ( ) : System
Résultat System

WriteInstallStep() public méthode

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
Résultat void

WriteMessage() public méthode

public WriteMessage ( string message ) : void
message string
Résultat void

WriteTitle() public méthode

public WriteTitle ( string title ) : void
title string
Résultat void