C# Class SenseNet.Packaging.Logger

ファイルを表示 Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
LogInstallStep void
PrintException string
PrintTypeLoadError void

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

GetVerb() public static method

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

LogException() public static method

public static LogException ( Exception e ) : void
e System.Exception
return void

LogException() public static method

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

LogMessage() public static method

public static LogMessage ( string message ) : void
message string
return void

LogTitle() public static method

public static LogTitle ( string title ) : void
title string
return void

LogWarningMessage() public static method

public static LogWarningMessage ( string message ) : void
message string
return void