Package io.kestra.core.models.executions
Class LogEntry
java.lang.Object
io.kestra.core.models.executions.LogEntry
- All Implemented Interfaces:
DeletedInterface,TenantInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindLevelsByMin(org.slf4j.event.Level minLevel) static LogEntrystatic LogEntrystatic LogEntryof(Flow flow, AbstractTrigger abstractTrigger) static LogEntryof(TriggerContext triggerContext, AbstractTrigger abstractTrigger) static StringtoPrettyString(LogEntry logEntry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kestra.core.models.DeletedInterface
isDeletedMethods inherited from interface io.kestra.core.models.TenantInterface
getTenantId
-
Constructor Details
-
LogEntry
public LogEntry()
-
-
Method Details
-
findLevelsByMin
-
of
-
of
-
of
-
of
-
toPrettyString
-