C# Class Akka.Interfaced.LogFilter.LogAttribute

Inheritance: System.Attribute, IFilterPerClassMethodFactory
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

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

Private Methods

Méthode Description
IFilterPerClassMethodFactory ( ) : IFilter
IFilterPerClassMethodFactory ( Type actorType, MethodInfo method ) : void

Method Details

LogAttribute() public méthode

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