00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef YU_AC_BG_ETF_JAVAQX_LOGGING_LOGGER_H
00011 #define YU_AC_BG_ETF_JAVAQX_LOGGING_LOGGER_H
00012
00013 #include <jni.h>
00014
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif // __cplusplus
00018
00019
00020
00021
00022
00023
00024
00025 #undef yu_ac_bg_etf_javaqx_logging_Logger_LEVEL_INFO
00026 #define yu_ac_bg_etf_javaqx_logging_Logger_LEVEL_INFO 0
00027 #undef yu_ac_bg_etf_javaqx_logging_Logger_LEVEL_WARN
00028 #define yu_ac_bg_etf_javaqx_logging_Logger_LEVEL_WARN 1
00029 #undef yu_ac_bg_etf_javaqx_logging_Logger_LEVEL_ERROR
00030 #define yu_ac_bg_etf_javaqx_logging_Logger_LEVEL_ERROR 2
00031
00032 #ifdef __cplusplus
00033 }
00034 #endif // __cplusplus
00035
00036 #endif //YU_AC_BG_ETF_JAVAQX_LOGGING_LOGGER_H
00037
00038
00039
00040
00041
00042
00043
00044