Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/ILogProvider
Description
Enumerates the log categories.
The current number of messages could be different than the value returned by the last call to GetMessageCount().
| Name | EnumerateCategories |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Log.h |
| Include Path | #include "TraceServices/Model/Log.h" |
void EnumerateCategories
(
TFunctionRef < void &)> Callback
) const
Parameters
| Name | Remarks |
|---|---|
| Callback | The function to be called for each log category with the category's information. |