debug

Type: function
Alias for PayloadHelper.debug (see its entry for details) with generic defaults for the non-msg parameters. Additional arguments beyond msg are considered varargs (variable length) and parsed accordingly.

Body

function(msg){
  var args = _.drop(arguments,1);
  PayloadHelper.debug(msg,implicitLogSource,ListHelper.toList(args),Option.apply(implicitPayload));
}

Classpath

Children