-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Rafael Coutinho edited this page Oct 8, 2015
·
9 revisions
Welcome to the sislegis-app wiki!
Criamos uma categoria de Logger para o sislegis chamada 'br.gov.mj.sislegis'. Para criá-la execute os seguintes comandos:
./jboss-cli.sh -c '/subsystem=logging/file-handler=sislegisfile:add(level=INFO, file={"relative-to"=>"jboss.server.log.dir", "path"=>"sislegis.log"}, append=false, autoflush=true)'
./jboss-cli.sh -c /subsystem=logging/logger=sislegis:add(use-parent-handlers=true)
No código java utilize:
Logger.getLogger("sislegis").log(Level.FINE, "Buscando dados da sessão do plenario");