Akka.Event.BusLogging.NotifyWarning C# (CSharp) Метод

NotifyWarning() защищенный Метод

Publishes the the warning message onto the LoggingBus.
protected NotifyWarning ( object message ) : void
message object The warning message.
Результат void
        protected override void NotifyWarning(object message)
        {
            _bus.Publish(new Warning(_logSource, _logClass, message));
        }