public final class DebugTracer extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
Indicates if logging is enabled for at least one category in a publisher.
|
void |
trace(String msg)
Log the provided message.
|
void |
traceException(String msg,
Throwable exception)
Log the provided message and exception.
|
public void trace(String msg)
msg
- message to log.public void traceException(String msg, Throwable exception)
msg
- the messageexception
- the exception caught. May be null
.public boolean enabled()
true
if logging is enabled, false otherwise.Copyright 2010-2020 ForgeRock AS.