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

var args = _.drop(arguments,1);
  PayloadHelper.debug(msg,getImplicitLogSource(),ListHelper.toList(args),getImplicitOptionalPayload().filter(function(p){ return p !== undefined; }));

Classpath

Children