website refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { LoggerPort } from '../../../application/ports/LoggerPort';
|
||||
import { ConsoleLogger } from '../../../../shared/logging/ConsoleLogger';
|
||||
import { LogContext } from '../../../application/ports/LoggerContext';
|
||||
import { LoggerPort } from '../../../application/ports/LoggerPort';
|
||||
|
||||
export class ConsoleLogAdapter implements LoggerPort {
|
||||
private consoleLogger: ConsoleLogger;
|
||||
|
||||
Reference in New Issue
Block a user