Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
It'd be really useful to expose all the HttpDebugNames:: functions into one (or several?) API calls.
Either
const char* TSGetDebugName(type, ID);
where type would be a new enum of e.g.
typedef enum
{
TS_DEBUG_STATE_NAME,
TS_DEBUG_METHOD_NAME,
TS_DEBUG_EVENT_NAME,
...
} TSDebugNameID;
or perhaps
const char* TSGetDebugStateName(id); const char* TSGetDebugMethodName(id); ...
I personally favor the former, it's more easily extended with future additions.
Attachments
Issue Links
- relates to
-
TS-2685 TSHttpEventNameLookup can't lookup TSEvent values
- Open