Class StandardOutLogger.
Наследование: Akka.Actor.MinimalActorRef
Пример #1
0
 /// <summary>
 /// Print the specified log event.
 /// </summary>
 /// <param name="logEvent">The log event that is to be output.</param>
 protected virtual void Print(LogEvent logEvent)
 {
     StandardOutLogger.PrintLogEvent(logEvent);
 }