chore: document aux functions

This commit is contained in:
Carlos Valente
2024-06-10 08:05:36 +02:00
committed by Carlos Valente
parent 8742b790f3
commit 4f672670ed
2 changed files with 36 additions and 6 deletions
+1
View File
@@ -19,6 +19,7 @@ class Logger {
* Enabling setup logger after init
*/
init(escalateErrorFn: (error: string) => void) {
// flush logs from queue
this.queue.forEach((log) => {
this._push(log);
});