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