Whatever message this page gives is out now! Go check it out!
http://localhost:8500/myStore/products.cfm?cfdebug |
Function | Severity | Purpose |
debug | A message that aids in debugging problems. | |
debug | A representation of a single variable in a format similar to cfdump. This function displays the structure and contents of JavaScript Array and Object variables. | |
error | Information about an error. Use this function only in error-handling code. | |
info | Information about properly operating code that is useful in tracing and analyzing the client-side code's execution. |
ColdFusion.Log.error("<b>Invalid value:</b><br>" + arg.A, "Pod A"); |
Category | Description |
global | (the default) Messages that are not logged from within the ColdFusion Ajax libraries, for example, initialization of the logging infrastructure. |
http | Information about HTTP calls and their responses, including the contents of HTTP requests and information on CFC invocations and responses. |
LogReader | Messages about the log display window. |
bind | Bind-related actions such as evaluating a bind expression. |
widget | Control-specific actions such as tree and grid creation. |