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

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

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