Method | Description | |
---|---|---|
Append ( TraceEventType eventType, int tick, LogComponent component, string thread, string header, string message ) : void | ||
ReadNewEntries ( int sinceIdx, int &newIdx ) : MemoryMappedLog.LogEntry[] | ||
RegisterChangeCallback ( System.Action callback ) : void |
Method | Description | |
---|---|---|
GetCurrentIndex ( ) : int | ||
GetEntryOffset ( int entryIndex ) : int | ||
IncrementCurrentIndex ( ) : int | ||
MMLog ( ) : System | ||
ReadArray ( int entryIndex, byte array ) : int | ||
ReadEntry ( int entryIndex ) : |
||
WriteArray ( int entryIndex, byte array, int len ) : void |
public static Append ( TraceEventType eventType, int tick, LogComponent component, string thread, string header, string message ) : void | ||
eventType | TraceEventType | |
tick | int | |
component | LogComponent | |
thread | string | |
header | string | |
message | string | |
return | void |
public static ReadNewEntries ( int sinceIdx, int &newIdx ) : MemoryMappedLog.LogEntry[] | ||
sinceIdx | int | |
newIdx | int | |
return | MemoryMappedLog.LogEntry[] |
public static RegisterChangeCallback ( System.Action callback ) : void | ||
callback | System.Action | |
return | void |