Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Defines the verbosity level of the logging system. This enum mirrors ELogVerbosity but can be used directly as a configuration property.
| Name | EAvaMediaLogVerbosity |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/AvaMediaSettings.h |
| Include Path | #include "AvaMediaSettings.h" |
Syntax
enum EAvaMediaLogVerbosity
{
NoLogging = 0,
Fatal,
Error,
Warning,
Display,
Log,
Verbose,
VeryVerbose,
}
Values
| Name | Remarks |
|---|---|
| NoLogging | |
| Fatal | |
| Error | |
| Warning | |
| Display | |
| Log | |
| Verbose | |
| VeryVerbose |