This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Description
Polaris Feature Request
Is your feature request related to a problem? Please describe
I want to be able to troubleshoot individual scripts after the fact.
Describe the solution you'd like
I'd like to have standardized logging to be able to log which response code was delivered at what time.
Describe alternatives you've considered
I'm thinking about having a standardized log format like the Apache CLF
I have considered writing my own Logging function and overloading the built-in function in the Polaris class. But the problem is that some $Response.Send() does not have a $Polaris.Log().
Also, I'm unsure if the $Polaris.Log() function has access to the $Response and $Request objects, which is required if you want to log the Request-string and Response-code. I