C# Class Akka.Interfaced.LogFilter.LogProxyBuilder

Datei anzeigen Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Methods

Method Description
Build ( Type targetType, string loggerName, string logLevel ) : LogProxy

Private Methods

Method Description
GetLogProxyTemplate ( Type loggerType, object>.Func loggerAccessor, string logLevel ) : LogProxy.Template
GetLoggerAccessor ( Type targetType, string loggerName ) : Tuple>

Method Details

Build() public static method

public static Build ( Type targetType, string loggerName, string logLevel ) : LogProxy
targetType System.Type
loggerName string
logLevel string
return LogProxy