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") ;