Name |
Description |
BusLogging |
A logging adapter implementation publishing log events to the event stream. |
DeadLetter |
Class DeadLetter. |
DeadLetterListener |
Actor responsible for listening to DeadLetter messages and logging them using the EventStream. |
Debug |
Represents an Debug log event. |
DefaultLogMessageFormatter |
Default implementation of the ILogMessageFormatter that uses string.Format to format a log message. |
Error |
Represents an Error log event. |
EventStream |
The EventStream is a pub-sub stream of events that can be both system and user generated. The subscribers are IActorRef instances and events can be any object. Subscriptions are hierarchical meaning that if you listen to an event for a particular type you will receive events for that type and any sub types. If the debug flag is activated any operations on the event stream will be published as debug level events. |
Info |
Represents an Info log event. |
InitializeLogger |
Message used to initialize a logger. |
LogEvent |
Class LogEvent. |
LoggerMailbox |
|
LoggingAdapterBase |
Represents a base logging adapter implementation which can be used by logging adapter implementations. |
NoLogger |
|
StandardOutLogger |
Class StandardOutLogger. |
TraceLogger |
TraceLogger - writes to System.Trace; useful for systems that use trace listeners. To activate the TraceLogger, add loggers = [""Akka.Event.TraceLogger, Akka""] to your config |
UnhandledMessage |
Represents an UnhandledMessage that was not handled by the Recipient. |
Warning |
Represents an Warning log event. |