Runtime components
:
Runtime Tools
:
Trace Facility
:
Trace APIs
: API to get log instance
API to get log instance
Call the static method getLog(String traceID) of BTTLogFactory. Usually the trace Id is the component ID or the package/class name of the class.
BTTLog log= BTTLogFactory.getLog("#CHA") ;
See also
Trace APIs
This site works best with JavaScript enabled