rename to core
This commit is contained in:
7
core/shared/logging/ILogger.ts
Normal file
7
core/shared/logging/ILogger.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
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