AuditLog

Functions

Link copied to clipboard
abstract override fun toString(): String

Converts this entity to a string using the io.github.ydwk.ydwk.util.EntityToStringBuilder.

Properties

Link copied to clipboard

Gets a list of application commands referenced in the audit log.

Link copied to clipboard
abstract val entries: List<AuditLogEntry>

Gets a list of audit log entries, sorted from most to least recent.

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.