This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protected void executeInternal() throws Throwable | |
{ | |
System.out.println("DemoComponent has been executed"); | |
log.debug("Test debug logging. Congratulation your AMP is working"); | |
log.info("This is only for information purposed. Better remove me from the log in Production"); | |
} | |