StandardOutLoggerPrintLogEvent Method |
[Missing <summary> documentation for "M:Akka.Event.StandardOutLogger.PrintLogEvent(Akka.Event.LogEvent)"]
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static void PrintLogEvent(
LogEvent logEvent
)
Public Shared Sub PrintLogEvent (
logEvent As LogEvent
)
public:
static void PrintLogEvent(
LogEvent^ logEvent
)
static member PrintLogEvent :
logEvent : LogEvent -> unit
Parameters
- logEvent
- Type: Akka.EventLogEvent
[Missing <param name="logEvent"/> documentation for "M:Akka.Event.StandardOutLogger.PrintLogEvent(Akka.Event.LogEvent)"]
See Also