Whatever message this page gives is out now! Go check it out!
ColdFusion.Log.dump(object [, category]) |
Parameter | Description |
object | The variable whose contents you want to display. You cannot specify additional contents, such as a text message, when you dump a complex object. To provide additional information, also use the ColdFusion.Log.debug function. |
category | A category identifier that you can use in the logging window to filter the output. You can specify any arbitrary category in this function. The default value is global. |
ColdFusion.Log.dump(objArg, "Pod A"); |