C# Class Tp.Integration.Plugin.Common.Activity.Log4NetActivityLog

Inheritance: IActivityLog
Mostra file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
CheckForErrors ( ) : bool
ClearBy ( ActivityFilter filter ) : void
GetBy ( ActivityFilter filter ) : ActivityDto
Log4NetActivityLog ( string accountName, string profileName ) : System.Collections.Generic
Remove ( ) : void

Private Methods

Method Description
CloseAppendersFor ( IEnumerable loggers ) : void
CloseAppendersFor ( Logger logger ) : void
GetLogger ( ActivityType type ) : Logger

Method Details

CheckForErrors() public method

public CheckForErrors ( ) : bool
return bool

ClearBy() public method

public ClearBy ( ActivityFilter filter ) : void
filter ActivityFilter
return void

GetBy() public method

public GetBy ( ActivityFilter filter ) : ActivityDto
filter ActivityFilter
return ActivityDto

Log4NetActivityLog() public method

public Log4NetActivityLog ( string accountName, string profileName ) : System.Collections.Generic
accountName string
profileName string
return System.Collections.Generic

Remove() public method

public Remove ( ) : void
return void