toModel method

LogEntryModel toModel()

Implementation

LogEntryModel toModel() => LogEntryModel(id, timestamp, message, level, category, tag, metadata, error, stackTrace, userId, sessionId);