Skip to content

Commit

Permalink
Merge pull request #92 from adobe/46_log_class-and-method
Browse files Browse the repository at this point in the history
48 log class and method
  • Loading branch information
baubakg authored Apr 26, 2024
2 parents 76f87f0 + d9f042a commit 2bb7c6b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import com.adobe.campaign.tests.bridge.service.exceptions.*;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.apache.logging.log4j.LogManager;

import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
Expand Down Expand Up @@ -139,6 +140,7 @@ public Object call(IntegroBridgeClassLoader iClassLoader) {

Object lr_object;
try {
LogManager.getLogger().debug("Calling Class: {} and Method: {} with {} arguments.", this.getClassName(), this.getMethodName(), this.args.length);
//Add our package to the classLoader integrity paths
if (ConfigValueHandlerIBS.INTEGRITY_PACKAGE_INJECTION_MODE.is("semi-manual")) {

Expand Down

0 comments on commit 2bb7c6b

Please sign in to comment.