Allow instrumentation using inform_on.info
instead of inform_on(level=info)
#10
Labels
inform_on.info
instead of inform_on(level=info)
#10
In both our python and ruby implementations, we expect the user to specify the level. Instead, we could make
inform_on
respond toinfo
debug
warn
error
etc to match the ruby and python logger methods and remove the necessity of thelevel
argument.Hat tip @lynncyrin for the suggestion
The text was updated successfully, but these errors were encountered: