public interface Traceable
| Modifier and Type | Method and Description | 
|---|---|
TraceLogger | 
getTraceLogger()
Gets the TraceLogger. 
 | 
boolean | 
isTraced(int channel,
        int level)
Gets whether tracing is enabled for the specified channel
 and level. 
 | 
void | 
trace(int channel,
     int level,
     String payload)
Issues a trace request to the trace logger. 
 | 
boolean isTraced(int channel,
                 int level)
          throws IfsException
channel - the channel numberlevel - the levelIfsException - if operation fails.void trace(int channel,
           int level,
           String payload)
    throws IfsException
channel - the channel numberlevel - the levelpayload - a string containing any additional information to be placed in the trace logIfsException - if operation fails.TraceLogger getTraceLogger() throws IfsException
IfsException - if operation fails.Copyright © 2025. All rights reserved.