Runtime tools : 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") ;
Go up to
Trace APIs