toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.log
/
LogEntry
Log
Entry
interface
LogEntry
Inheritors
LogPluginPostmarkEmailSucceeded
LogPluginPostmarkEmailFailed
Members
Properties
actor
Link copied to clipboard
abstract
val
actor
:
ActorIdentity
?
content
Template
Link copied to clipboard
abstract
val
contentTemplate
:
String
?
facts
Link copied to clipboard
abstract
val
facts
:
List
<
Fact
>
heading
Template
Link copied to clipboard
abstract
val
headingTemplate
:
String
The LogEntry may be rendered in (at least) two ways:
log
Event
Name
Link copied to clipboard
abstract
val
logEventName
:
String
source
Link copied to clipboard
abstract
val
source
:
LogSource
time
Link copied to clipboard
abstract
val
time
:
Instant
Functions
get
Content
Link copied to clipboard
open
fun
getContent
(
)
:
String
?
get
Heading
Link copied to clipboard
open
fun
getHeading
(
)
:
String