Akka.Event.LoggingAdapterBase.NotifyWarning C# (CSharp) 메소드

NotifyWarning() 보호된 추상적인 메소드

protected abstract NotifyWarning ( object message ) : void
message object
리턴 void
        protected abstract void NotifyWarning(object message);
        protected abstract void NotifyInfo(object message);