Akka.Interfaced.LogFilter.LogProxy.IsEnabled C# (CSharp) Method

IsEnabled() public method

public IsEnabled ( object actor ) : bool
actor object
return bool
        public bool IsEnabled(object actor)
        {
            return _template.IsEnabledMethod(actor);
        }