Click or drag to resize
Akka.NETDefaultLoggerPrint Method
Print the specified log event.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected virtual void Print(
	LogEvent logEvent
)

Parameters

logEvent
Type: Akka.EventLogEvent
The log event that is to be output.
See Also