SoftchatLogEvent

constructor(sequence: ULong, occurrenceCount: ULong, level: SoftchatLogLevel, category: SoftchatLogCategory, operation: String, errorCode: SoftchatErrorCode?, durationMicros: ULong?, revision: Long?, itemCount: ULong?, byteCount: ULong?, summary: String = "Account operation completed", direction: SoftchatLogDirection? = null, subject: SoftchatLogSubject? = null, source: SoftchatLogSource? = null, relation: SoftchatLogRelation? = null, frameClass: String? = null, reasonCode: String? = null, occurredAtMillis: ULong, lastOccurredAtMillis: ULong = occurredAtMillis, counters: List<SoftchatLogCounter> = emptyList())