Skip to content

Commit

Permalink
feat: export Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dreyacosta committed Jun 29, 2024
1 parent 7ccd718 commit d3fe5fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/nixbus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export { HttpNixEvents } from 'src/infrastructure/HttpNixEvents'
export { InMemoryNixEvents } from 'src/infrastructure/InMemoryNixEvents'
export { NixBusHttpClient } from 'src/infrastructure/NixBusHttpClient'
export { EventIdIsRequired } from 'src/domain/errors'
export { Logger } from 'src/infrastructure/Logger'

type InMemoryNixBusOptions = {
log?: LogLevel
Expand Down

0 comments on commit d3fe5fc

Please sign in to comment.