What are your thoughts of using the following function to log mysql errors? <?php function sql_query($query)
I\'m developing a Java desktop app and was wondering what are the best practices for logging bugs and exceptions. I\'d like to log the exceptions in a file that\'s sent to me when there\'s a p开发者_如
I am writting a daemon server using python, sometimes there are python runtime errors, for example some variable type is not correct. That error will not cause the process to exit.
I have PHP deprecated errors flooding log files and Drupal status pages like this: : Function ereg() is deprecated in mysite/includes/file.inc on line 893.
I am doing something unusual. I have an application, it runs as a windows service. what it does is that, it monitor one folder, when ever there is some new file put into that folder, the applicatio
I\'m using the customErrors attribute of the web.config file to present custom errors pages: <customErrors mode=\"On\" defaultRedirect=\"/errorpage.aspx\">
I have some problem with error logging in Kohana v2.3.4. In the index.php I have kept the default settings:
Is there a way to log the post request data in ELMAH? I am getting error emails, and while the error log contains the URL, request method, etc, I am not seeing the actual POST data.
I have a class library which is deployed on an ISP server to be consumed by an ASP.NET web service. I\'d like to keep track of any errors and in this case the windows event log is 开发者_开发百科inacc
I\'m a bit confused at how to add a message to an error logged programatically with ELMAH. eg: public ActionResult DoSomething(int id)