Class DefaultLogger
Default logger implementation that outputs logs to the Console.
Inherited Members
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public class DefaultLogger : ActorBase, IInternalActor, IRequiresMessageQueue<ILoggerMessageQueueSemantics>
Methods
| Improve this Doc View SourcePrint(LogEvent)
Print the specified log event.
Declaration
protected virtual void Print(LogEvent logEvent)
Parameters
Type | Name | Description |
---|---|---|
LogEvent | logEvent | The log event that is to be output. |
Receive(Object)
TBD
Declaration
protected override bool Receive(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |