Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
menduz committed May 23, 2021
1 parent c94686d commit 2a1765e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/logger.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

import { ILoggerComponent } from '@well-known-components/interfaces';

// @public
export function createConsoleLogComponent(): ILoggerComponent;

// @public
export function createJsonLogComponent(): ILoggerComponent;

// @public
export function createLogComponent(): ILoggerComponent;

Expand Down

0 comments on commit 2a1765e

Please sign in to comment.