I had the need to be able to disable logging based on whether or not a query parameter was set in the URL after configuration had already occurred, which required a function in the LogglyLogger service to set a boolean that would disable message sending if set to false. Don't know if this will be useful to anyone else or not.
I had the need to be able to disable logging based on whether or not a query parameter was set in the URL after configuration had already occurred, which required a function in the LogglyLogger service to set a boolean that would disable message sending if set to false. Don't know if this will be useful to anyone else or not.