mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Added tracef variant of traceEntry
This commit is contained in:
parent
8fb6bb5fa5
commit
b1ddb912fe
@ -122,6 +122,10 @@ abstract class AbstractLogger {
|
||||
logIfEnabled(Level.TRACE, defaultFactory().newMessage(message, params));
|
||||
}
|
||||
|
||||
public final void tracefEntry(final String message, final Object... params) {
|
||||
logIfEnabled(Level.TRACE, formattedFactory().newMessage(message, params));
|
||||
}
|
||||
|
||||
private StackTraceElement getLocation() {
|
||||
return getLocation(FQCN);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user