@gibraltarsoftware/loupe-typescript
Version:
Loupe Agent for Web clients
26 lines • 1.16 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocalStorageMessage = void 0;
var LocalStorageMessage = (function () {
function LocalStorageMessage(severity, category, caption, description, parameters, exception, details, methodSourceInfo, timestamp, sequence, agentSessionId, sessionId) {
if (parameters === void 0) { parameters = null; }
if (exception === void 0) { exception = null; }
if (details === void 0) { details = null; }
if (methodSourceInfo === void 0) { methodSourceInfo = null; }
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;
}
return LocalStorageMessage;
}());
exports.LocalStorageMessage = LocalStorageMessage;
//# sourceMappingURL=localStorageMessage.js.map