类 TraceUtil
- java.lang.Object
-
- com.ts.lib.common.util.TraceUtil
-
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static voidbeginSection(String sectionName)Writes a trace message to indicate that a given section of code has begun.static voidendSection()Writes a trace message to indicate that a given section of code has ended.
-
-
-
方法详细资料
-
beginSection
public static void beginSection(String sectionName)
Writes a trace message to indicate that a given section of code has begun.- 参数:
sectionName- The name of the code section to appear in the trace. This may be at most 127 Unicode code units long.- 另请参阅:
Trace.beginSection(String)
-
endSection
public static void endSection()
Writes a trace message to indicate that a given section of code has ended.- 另请参阅:
Trace.endSection()
-
-