mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
comment
This commit is contained in:
parent
630ac40f05
commit
5bec4d5a72
@ -21,6 +21,7 @@ export class LogItem {
|
|||||||
this._clock = clock;
|
this._clock = clock;
|
||||||
this._start = clock.now();
|
this._start = clock.now();
|
||||||
this._end = null;
|
this._end = null;
|
||||||
|
// (l)abel
|
||||||
this._values = typeof labelOrValues === "string" ? {l: labelOrValues} : labelOrValues;
|
this._values = typeof labelOrValues === "string" ? {l: labelOrValues} : labelOrValues;
|
||||||
this.error = null;
|
this.error = null;
|
||||||
this.logLevel = logLevel;
|
this.logLevel = logLevel;
|
||||||
|
Loading…
Reference in New Issue
Block a user