forked from mystiq/hydrogen-web
comment
This commit is contained in:
parent
630ac40f05
commit
5bec4d5a72
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue