Skip to content

Commit

Permalink
chore: unexpose internal logging level type
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed Feb 24, 2024
1 parent f068096 commit 9c7a5b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import (
// Its build on top of slog.Logger and extends it with additional logging methods.
type Logger = logger.Logger

// Level is the type for log levels.
type Level logger.Level

// NewLogger creates a new Logger instance.
// If handlers are provided, the first handler in the slice is used; otherwise,
// a default JSON handler writing to os.Stderr is used. This function allows for
Expand Down

0 comments on commit 9c7a5b0

Please sign in to comment.