Skip to content

Instantly share code, notes, and snippets.

@BPCP
BPCP / DemoComponent.java
Created March 27, 2014 12:24
DemoComponent.java
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");
}