C# 클래스 SenseNet.Packaging.Logger

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

Private Properties

프로퍼티 타입 설명
LogInstallStep void
PrintException string
PrintTypeLoadError void

공개 메소드들

메소드 설명
GetVerb ( InstallStepCategory category, string stepName, bool probe, bool overwrite, bool userModified ) : string
LogException ( Exception e ) : void
LogException ( Exception e, string prefix ) : void
LogMessage ( string message ) : void
LogTitle ( string title ) : void
LogWarningMessage ( string message ) : void

비공개 메소드들

메소드 설명
LogInstallStep ( InstallStepCategory category, string stepName, string resourceName, string targetName, bool probe, bool overwrite, bool userModified, object previousState ) : void
PrintException ( Exception e, string prefix ) : string
PrintTypeLoadError ( System exc, StringBuilder sb ) : void

메소드 상세

GetVerb() 공개 정적인 메소드

public static GetVerb ( InstallStepCategory category, string stepName, bool probe, bool overwrite, bool userModified ) : string
category InstallStepCategory
stepName string
probe bool
overwrite bool
userModified bool
리턴 string

LogException() 공개 정적인 메소드

public static LogException ( Exception e ) : void
e System.Exception
리턴 void

LogException() 공개 정적인 메소드

public static LogException ( Exception e, string prefix ) : void
e System.Exception
prefix string
리턴 void

LogMessage() 공개 정적인 메소드

public static LogMessage ( string message ) : void
message string
리턴 void

LogTitle() 공개 정적인 메소드

public static LogTitle ( string title ) : void
title string
리턴 void

LogWarningMessage() 공개 정적인 메소드

public static LogWarningMessage ( string message ) : void
message string
리턴 void