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