Click or drag to resize
Akka.NETStandardOutLoggerPrintLogEvent Method
Prints a specified event to the console.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static void PrintLogEvent(
	LogEvent logEvent
)

Parameters

logEvent
Type: Akka.EventLogEvent
The event to print
See Also