Set global callback function for success
, error
, etc etc
#56
Labels
feature request
Request for a new feature
success
, error
, etc etc
#56
Is your feature request related to a problem? Please describe.
Would it be possible to allow one to set a global callback for each individual log type? Like whenever one calls .success() , it would run a particular callback globally, and if one calls .error() it would also run another global callback etc....same for all of the other logging commands.
Describe the solution you'd like
Allow one to set a global callback for each log command. Success, Error, Fatal, Info... etc etc
The text was updated successfully, but these errors were encountered: