Package ru.bitel.bgbilling.server.util
Class TraceImpl
java.lang.Object
ru.bitel.bgbilling.server.util.TraceImpl
- All Implemented Interfaces:
Trace
public class TraceImpl extends java.lang.Object implements Trace
Реализация интерфейса трассировки.
-
Constructor Summary
Constructors Constructor Description TraceImpl()
-
Method Summary
Modifier and Type Method Description void
addReportLine(java.lang.Object... value)
java.lang.String
getReport()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TraceImpl
public TraceImpl()
-
-
Method Details
-
addReportLine
public void addReportLine(java.lang.Object... value)- Specified by:
addReportLine
in interfaceTrace
-
getReport
public java.lang.String getReport()
-