Adding close function to Logging to free resources
This commit is contained in:
@ -114,4 +114,7 @@ export interface Adapter {
|
||||
|
||||
flush(sync: true): void;
|
||||
flush(sync: false): void | Promise<void>;
|
||||
|
||||
|
||||
close?(): void;
|
||||
}
|
Reference in New Issue
Block a user