This commit is contained in:
Bruno Windels 2021-02-16 20:05:33 +01:00
parent 630ac40f05
commit 5bec4d5a72

View file

@ -21,6 +21,7 @@ export class LogItem {
this._clock = clock;
this._start = clock.now();
this._end = null;
// (l)abel
this._values = typeof labelOrValues === "string" ? {l: labelOrValues} : labelOrValues;
this.error = null;
this.logLevel = logLevel;