Searched defs:LOG (Results 1 – 9 of 9) sorted by relevance
34 #define LOG(level) UpdaterLogger(level).OutputUpdaterLog((UPDATER_LOG_FILE_NAME), (__LINE__)) macro
36 private static final Logger LOG = Logger.getLogger("ResourceConfiguration"); field in ResourceConfiguration
52 private static final Logger LOG = Logger.getLogger("Utils"); field in Utils
68 private static final Logger LOG = Logger.getLogger("DataFetcher"); field in DataFetcher
50 private static final Logger LOG = Logger.getLogger("Fetcher"); field in Fetcher
26 #define LOG(format, ...) (printf(format"\n", ##__VA_ARGS__)) macro
31 #define LOG(format, ...) (printf(format"\n", ##__VA_ARGS__)) macro
27 #define LOG(format, ...) (printf(format"\n", ##__VA_ARGS__)) macro