C# Class Akka.Interfaced.LogFilter.LogAttribute

Inheritance: System.Attribute, IFilterPerClassMethodFactory
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
LogAttribute ( LogFilterTarget target = LogFilterTarget.All, int filterOrder, string loggerName = null, string logLevel = "Trace" ) : System

Private Methods

Method Description
IFilterPerClassMethodFactory ( ) : IFilter
IFilterPerClassMethodFactory ( Type actorType, MethodInfo method ) : void

Method Details

LogAttribute() public method

public LogAttribute ( LogFilterTarget target = LogFilterTarget.All, int filterOrder, string loggerName = null, string logLevel = "Trace" ) : System
target LogFilterTarget
filterOrder int
loggerName string
logLevel string
return System