wip
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ILogger, LogContext } from '../../../application/ports/ILogger';
|
||||
import type { ILogger, LogContext } from '../../../automation-application/ports/ILogger';
|
||||
|
||||
export class NoOpLogAdapter implements ILogger {
|
||||
debug(_message: string, _context?: LogContext): void {}
|
||||
|
||||
Reference in New Issue
Block a user