UNPKG

loupe-typescript

Version:
20 lines 864 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class LocalStorageMessage { constructor(severity, category, caption, description, parameters = null, exception = null, details = null, methodSourceInfo = null, timestamp, sequence, agentSessionId, sessionId) { this.severity = severity; this.category = category; this.caption = caption; this.description = description; this.parameters = parameters; this.exception = exception; this.details = details; this.methodSourceInfo = methodSourceInfo; this.timestamp = timestamp; this.sequence = sequence; this.agentSessionId = agentSessionId; this.sessionId = sessionId; } } exports.LocalStorageMessage = LocalStorageMessage; //# sourceMappingURL=localStorageMessage.js.map