C# Class Akka.Interfaced.LogFilter.LogProxy

Inheritance: ILogProxy
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

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

Method Details

IsEnabled() public method

public IsEnabled ( object actor ) : bool
actor object
return bool

Log() public method

public Log ( object actor, string message ) : void
actor object
message string
return void

LogProxy() public method

public LogProxy ( Template template ) : System
template Template
return System