C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
CPPCli::LogLevel Class Reference

The LogLevel class is a helper class that contains the logging severity Values enum. More...

#include <Utils.h>

Public Types

enum  Value {
  Value::Trace,
  Value::Debug,
  Value::Info,
  Value::Warning,
  Value::Error,
  Value::Fatal,
  Value::None
}
 Values that represent the logging severity levels. More...
 

Detailed Description

The LogLevel class is a helper class that contains the logging severity Values enum.

Definition at line 204 of file Utils.h.

Member Enumeration Documentation

Values that represent the logging severity levels.

Enumerator
Trace 
Debug 
Info 
Warning 
Error 
Fatal 
None 

Definition at line 210 of file Utils.h.

210  {
211  Trace,
212  Debug,
213  Info,
214  Warning,
215  Error,
216  Fatal,
217  None
218  };

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