Example #1
0
 public Logger(Akka.Event.ILoggingAdapter akkaLogger)
 {
     _logger = akkaLogger;
 }
Example #2
0
 public AkkaLoggingHandler(ILoggingAdapter log)
 {
     this._log = log;
 }
Example #3
0
 public SourceActor(SourceSettings sourceSettings)
 {
     _logger         = Logging.GetAkkaLogger(Context);
     _sourceSettings = sourceSettings;
 }