Skip to content

Commit

Permalink
fix: make RequestLogger public
Browse files Browse the repository at this point in the history
  • Loading branch information
zskamljic committed Apr 2, 2022
1 parent a78be9d commit e4d0a25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Logger to use for output.
*/
interface RequestLogger {
public interface RequestLogger {
/**
* Whether this logger is enabled. Some loggers may only log for specific levels, this function can check if a level is enabled.
*
Expand Down

0 comments on commit e4d0a25

Please sign in to comment.