C# 클래스 SenseNet.Tools.Installer.InstallLogger

상속: IInstallLogger
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Center ( string text ) : string

메소드 상세

InstallLogger() 공개 메소드

public InstallLogger ( ) : System
리턴 System

WriteInstallStep() 공개 메소드

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
리턴 void

WriteMessage() 공개 메소드

public WriteMessage ( string message ) : void
message string
리턴 void

WriteTitle() 공개 메소드

public WriteTitle ( string title ) : void
title string
리턴 void