LogEntry
import type {LogEntry} from 'cabbie-sync';
Remote log-entry
Properties
timestamp: number
The timestamp of the entry.
level: LogLevel
The log level of the entry.
message: string
The log message.
import type {LogEntry} from 'cabbie-sync';
Remote log-entry
The timestamp of the entry.
The log level of the entry.
The log message.