Package ru.curs.celesta.dbutils
Interface IProfiler
-
- All Known Implementing Classes:
ProfilingManager
public interface IProfiler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logCall(CallContext context)
-
-
-
Field Detail
-
NO_LOG
static final String NO_LOG
Procedures with this name will never be logged in profiler.This is applicable first of all for the profiler itself to avoid infinite loop, then to DBUpdater calls since there can be no table to write the log yet.
- See Also:
- Constant Field Values
-
-
Method Detail
-
logCall
void logCall(CallContext context)
-
-