mperdeck
mperdeck
Instead of setting properties for loggers with a given name and their children, specify a regular expression and apply the properties to all loggers whose names match that regex.
Suppresses message with a severity higher than maxLevel
Objective is for the buffer to survive page refreshes. So if the connection to the server is lost but the user keeps surfing locally, the log entries are not lost...
Add capability to loggers to start and end a timing block. The loggers at each end of the block will have the same name (creating the association between the two)....
Improve the consoleAppender so that when log item is an object, it: For chrome, it passes the object (not a stringified version) to console.log (does same as dir, but bit...
If you override the JavaScript function object, you can get them to 1) check their own name, and if they have a given name: 2) run within try ... catch,...
I want to use your script AzureSQLMaintenance with a version of SQL Server that does not support RESUMABLE. The script does check for that situation. However, when RESUMABLE is not...
### Description Publish-AzWebApp has a Clean option, described as follows: Cleans the target directory prior to deploying the file(s). However, when I run Publish-AzWebApp, it always cleans the /site/wwwroot on...