2009-05-05 5 views

Antwort

1

Ja. Bearbeiten Sie $ JBOSS_HOME/server/[config] /conf/jboss-log4j.xml, um eine Kategorie hinzuzufügen, wenn Sie niedriger als INFO (die Standardstufe) anzeigen möchten.

[config] -> eine der Standard, minimal, Web usw.

0

import org.jboss.logging.Logger;

Logger.getLogger(this.getClass()).info("put your message here"); 

In jboss7 und Modus Standalone, Ihre Protokolle hier sein:
\jboss-as-7.1.1.Final\standalone\log