C# Class log4net.LoggingContextBase

Afficher le fichier Open project: e-travel/log4net.HttpRequestAppender

Méthodes publiques

Свойство Type Description
SaveInHttpContext bool

Méthodes publiques

Méthode Description
GetIntProperty ( string key ) : int
GetProperty ( string key ) : string
SetProperty ( string key, int value ) : void
SetProperty ( string key, string value ) : void

Method Details

GetIntProperty() public static méthode

public static GetIntProperty ( string key ) : int
key string
Résultat int

GetProperty() public static méthode

public static GetProperty ( string key ) : string
key string
Résultat string

SetProperty() public static méthode

public static SetProperty ( string key, int value ) : void
key string
value int
Résultat void

SetProperty() public static méthode

public static SetProperty ( string key, string value ) : void
key string
value string
Résultat void

Property Details

SaveInHttpContext public_oe static_oe property

public static bool SaveInHttpContext
Résultat bool