This works in Wildfly server
private final static Logger LOGGER = Logger.getLogger(MisoFacade.class.getName());
...
LOGGER.info("something");
Best way to do this is to create an Eclipse snippet with embedding type name as parameter
Wildfly server: goto management console
JUnit: