LogEvent

class LogEvent

Describes a database log event.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The timestamp when the database log event was created.

Link copied to clipboard

The message of the database log event.

Functions

Link copied to clipboard
inline fun copy(block: LogEvent.Builder.() -> Unit = {}): LogEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String