MigratoryData Client API for C++
Developer's Guide and Reference Manual
MigratoryDataLogLevel.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2007-2014 Migratory Data Systems (http://migratorydata.com)
3  * ALL RIGHTS RESERVED. Use is subject to license terms.
4  */
5 #ifndef _MigratoryDataLogLevel_h_included_
6 #define _MigratoryDataLogLevel_h_included_
7 
8 #include <string>
9 
15 namespace migratorydata
17 {
19 
31  typedef enum {
32 
37 
42 
47 
52 
54 
55 }
56 
57 #endif // _MigratoryDataGlobals_h_included_
The LOG_TRACE level turns on all the logs of the API.
Definition: MigratoryDataLogLevel.h:51
MigratoryDataLogLevel
This class enumerates the MigratoryData logging levels.
Definition: MigratoryDataLogLevel.h:31
The LOG_ERROR level turns on the error logs of the API.
Definition: MigratoryDataLogLevel.h:36
The LOG_DEBUG level turns on the debug, info, warning, and error logs of the API. ...
Definition: MigratoryDataLogLevel.h:46
The LOG_INFO level turns on the info, warning, and error logs of the API.
Definition: MigratoryDataLogLevel.h:41