public interface Log
Modifier and Type | Method and Description |
---|---|
void |
error(String message) |
void |
error(String message,
Object... args) |
void |
error(String message,
Throwable exception) |
void |
error(String message,
Throwable exception,
Object... args) |
void |
info(String message) |
void |
info(String message,
Object... args) |
void |
info(String message,
Throwable exception) |
void |
info(String message,
Throwable exception,
Object... args) |
void |
trace(String message) |
void |
trace(String message,
Object... args) |
Copyright © 2007-2013 JBoss, a division of Red Hat, Inc. All Rights Reserved.