error-logging
PHP MySQL Error Log Function
What are your thoughts of using the following function to log mysql errors? <?php function sql_query($query)[详细]
2023-01-28 08:54 分类:问答Logging in Java Desktop app
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开发者_如[详细]
2023-01-25 14:56 分类:问答How to redirect python runtime errors?
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.[详细]
2023-01-24 19:04 分类:问答PHP deprecated warnings on Drupal pages despite turning them off in php.ini
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.[详细]
2023-01-24 03:29 分类:问答Create custom logger, should I extend class from log4net
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[详细]
2023-01-23 19:58 分类:问答ASP.net Custom Errors Loggin
I\'m using the customErrors attribute of the web.config file to present custom errors pages: <customErrors mode=\"On\" defaultRedirect=\"/errorpage.aspx\">[详细]
2023-01-22 20:10 分类:问答Problem with Kohana 2.3.4 error logging
I have some problem with error logging in Kohana v2.3.4. In the index.php I have kept the default settings:[详细]
2023-01-21 08:36 分类:问答Elmah: How do I log form post data?
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.[详细]
2023-01-19 22:42 分类:问答C# Class Library: StreamWriter writing to system32 folder
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[详细]
2023-01-17 22:58 分类:问答Elmah add message to error logged through call to Raise(e)
I\'m a bit confused at how to add a message to an error logged programatically with ELMAH. eg: public ActionResult DoSomething(int id)[详细]
2023-01-17 17:34 分类:问答