Skip to content

Commit 53b5138

Browse files
committed
chore: mark public api in the console-logger.service.ts
1 parent f2d8543 commit 53b5138

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/common/services/console-logger.service.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import { isLogLevelEnabled } from './utils';
1212

1313
const DEFAULT_DEPTH = 5;
1414

15+
/**
16+
* @publicApi
17+
*/
1518
export interface ConsoleLoggerOptions {
1619
/**
1720
* Enabled log levels.
@@ -106,6 +109,9 @@ const dateTimeFormatter = new Intl.DateTimeFormat(undefined, {
106109
month: '2-digit',
107110
});
108111

112+
/**
113+
* @publicApi
114+
*/
109115
@Injectable()
110116
export class ConsoleLogger implements LoggerService {
111117
/**

0 commit comments

Comments
 (0)