C# Class Akka.Interfaced.LogFilter.LogProxy

Inheritance: ILogProxy
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode Description
IsEnabled ( object actor ) : bool
Log ( object actor, string message ) : void
LogProxy ( Template template ) : System

Method Details

IsEnabled() public méthode

public IsEnabled ( object actor ) : bool
actor object
Résultat bool

Log() public méthode

public Log ( object actor, string message ) : void
actor object
message string
Résultat void

LogProxy() public méthode

public LogProxy ( Template template ) : System
template Template
Résultat System