Class LogDTO
java.lang.Object
org.openhab.core.io.websocket.log.LogDTO
The
EventDTO
is used for serialization and deserialization of events- Author:
- Jan N. Klug - Initial contribution
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
loggerName
-
level
public @Nullable org.osgi.service.log.LogLevel level -
timestamp
-
unixtime
public long unixtime -
message
-
-
Constructor Details
-
LogDTO
public LogDTO()
-