-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added ability to register custom log formatter (#131)
* added ability to register custom log formatter * changed function type declaration to work on older versions of Go * changed to an args struct per PR, refactored logging tests to make it easier to see the scenarios * fixed formatting and linting issues * split logging into its own file * removed writer from the LogFormatterParams struct * split all logging tests into a separate file * fixed formatting
- Loading branch information
Showing
4 changed files
with
563 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.