FSMBase..::..LogEntry<(Of <(<'TS, TD>)>)> Class

Log entry of the [LoggingFSM] - can be obtained by calling [GetLog]

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public class LogEntry<TS, TD>
Public Class LogEntry(Of TS, TD)
generic<typename TS, typename TD>
public ref class LogEntry

Type Parameters

TS
The name of the state
TD
The data of the state

Inheritance Hierarchy


Object
  Akka.Actor..::..FSMBase..::..LogEntry<(Of <(<'TS, TD>)>)>