void logDebug(String channel, String message)
Logs the specified message on the specified channel if debug logging is enabled for that channel.
- channel – name of the debug channel (once implemented). The debug message will only be output if the logging for this channel has been enabled.
- message – message to be logged. The message will be prepended with the date and time as well as the name of the CalloutBic and the method from which the call is made