Akka.Event.LoggingAdapterBase.NotifyWarning C# (CSharp) Method

NotifyWarning() protected abstract method

protected abstract NotifyWarning ( object message ) : void
message object
return void
        protected abstract void NotifyWarning(object message);
        protected abstract void NotifyInfo(object message);