traceDump

traceDump(block: Binary) updating;

The traceDump method of the JadeLog class conditionally outputs the binary block specified in the block parameter to the file buffer of the receiver.

The output message is appended to the file buffer, which is not flushed when this method is called. For details about enabling or disabling tracing, see the JadeLog class selector property.

This method is executed on the local, or current, node.