C# Class log4net.LoggingContextBase

Datei anzeigen Open project: e-travel/log4net.HttpRequestAppender

Public Properties

Property Type Description
SaveInHttpContext bool

Public Methods

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

public static GetIntProperty ( string key ) : int
key string
return int

GetProperty() public static method

public static GetProperty ( string key ) : string
key string
return string

SetProperty() public static method

public static SetProperty ( string key, int value ) : void
key string
value int
return void

SetProperty() public static method

public static SetProperty ( string key, string value ) : void
key string
value string
return void

Property Details

SaveInHttpContext public_oe static_oe property

public static bool SaveInHttpContext
return bool