wip
This commit is contained in:
6
packages/analytics/domain/ports/ILogger.ts
Normal file
6
packages/analytics/domain/ports/ILogger.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ILogger {
|
||||
debug(message: string, ...args: any[]): void;
|
||||
info(message: string, ...args: any[]): void;
|
||||
warn(message: string, ...args: any[]): void;
|
||||
error(message: string, ...args: any[]): void;
|
||||
}
|
||||
Reference in New Issue
Block a user