C# Class SenseNet.Packaging.Logger

Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description
LogInstallStep void
PrintException string
PrintTypeLoadError void

Méthodes publiques

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

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

public static GetVerb ( InstallStepCategory category, string stepName, bool probe, bool overwrite, bool userModified ) : string
category InstallStepCategory
stepName string
probe bool
overwrite bool
userModified bool
Résultat string

LogException() public static méthode

public static LogException ( Exception e ) : void
e System.Exception
Résultat void

LogException() public static méthode

public static LogException ( Exception e, string prefix ) : void
e System.Exception
prefix string
Résultat void

LogMessage() public static méthode

public static LogMessage ( string message ) : void
message string
Résultat void

LogTitle() public static méthode

public static LogTitle ( string title ) : void
title string
Résultat void

LogWarningMessage() public static méthode

public static LogWarningMessage ( string message ) : void
message string
Résultat void