Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FLogCategoryBase
Description
Called just after a logging statement being allow to print. Checks a few things and maybe breaks into the debugger.
| Name | PostTrigger |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/LogCategory.h |
| Include Path | #include "Logging/LogCategory.h" |
| Source | /Engine/Source/Runtime/Core/Private/Logging/LogCategory.cpp |
void PostTrigger
(
ELogVerbosity::Type VerbosityLevel
)