public interface IProfiler
Modifier and Type | Field and Description |
---|---|
static String |
NO_LOG
Procedures with this name will never be logged in profiler.
|
Modifier and Type | Method and Description |
---|---|
void |
logCall(CallContext context) |
static final String NO_LOG
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.
void logCall(CallContext context)
Copyright © 2023 CURS. All rights reserved.