-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Allow logging without inheritance (#2257)
* Add log_verb_static to allow logging without inheriting SynapseMLLogger * Add check for logger existance * Initial commit - custom logging function * Add custom logging function to log_base * Add custom_logging function to log_verb_static * Removing erraneous import * Change custom logging function to output a dict * Style fixes * Custom logger now uses a dict - and feature_name passed to log_verb_static * Change .logger to ._logger * Style fixes --------- Co-authored-by: Shyam Sai <[email protected]> Co-authored-by: Mark Hamilton <[email protected]>
- Loading branch information
1 parent
7c23d83
commit e3c8784
Showing
2 changed files
with
131 additions
and
1 deletion.
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
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