@@ -32,7 +32,7 @@ export class DailyFile implements Writer {
this.writer = DailyFile.start(this._options.minLevel, this.folder, this.current_date)
}
return this.writer.log(level, data)
return this.writer.log(level, ...data)
public end() : number | Promise<number> {
The note is not visible to the blocked user.