Class TraceLogger
This class represents an event logger that logs its messages using a configured trace listener.
akka {
...
loggers = [""Akka.Event.TraceLogger, Akka""]
...
}
Further configuration may be required in your main configuration (e.g. app.config or web.config)
to properly set up the trace. See here
for more information regarding .NET tracing.
Implements
Inherited Members
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public class TraceLogger : UntypedActor, IInternalActor
Methods
| Improve this Doc View SourceOnReceive(Object)
TBD
Declaration
protected override void OnReceive(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |