Click or drag to resize
Akka.NETLoggingGetLogger Method
Overload List
  NameDescription
Public methodStatic memberGetLogger(IActorContext, ILogMessageFormatter)
Creates a new logging adapter using the specified context's event stream.
Public methodStatic memberGetLogger(ActorSystem, Object, ILogMessageFormatter)
Creates a new logging adapter using the specified system's event stream.
Public methodStatic memberGetLogger(LoggingBus, Object, ILogMessageFormatter)
Creates a new logging adapter that writes to the specified logging bus.
Top
See Also