public interface Traceable
Modifier and Type | Method and Description |
---|---|
boolean |
isTracingEnabled()
Check if tracing is enabled.
|
void |
trace(String message)
Add a trace message.
|
boolean isTracingEnabled()
void trace(String message)
A trace message will be added if isTracingEnabled()
returns
true and tracing contraints are satisfied.
message
- the trace message to add.Copyright © 2013 Oracle Corporation. All rights reserved.