VideoXpert SDK  2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
VxSdk::VxLogLevel Struct Reference

Values that represent logging severity levels. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kTrace,
  kDebug,
  kInfo,
  kWarning,
  kError,
  kFatal,
  kNone
}
 

Detailed Description

Values that represent logging severity levels.

Definition at line 438 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kTrace 

Trace log level.

kDebug 

Debug log level.

kInfo 

Info log level.

kWarning 

Warning log level.

kError 

Error log level.

kFatal 

Fatal log level.

kNone 

Disable logging.

Definition at line 439 of file VxPrimitives.h.

440  {
442  kTrace,
444  kDebug,
446  kInfo,
448  kWarning,
450  kError,
452  kFatal,
454  kNone
455  };
Warning log level.
Definition: VxPrimitives.h:448
Disable logging.
Definition: VxPrimitives.h:454

The documentation for this struct was generated from the following file: