Searched defs:logger (Results 1 - 3 of 3) sorted by relevance

/device/google/contexthub/util/nanotool/
H A Dlog.cpp30 void Log::Initialize(Logger *logger, LogLevel level) { argument
32 Log::Warn("Re-initializing logger");
35 Log::logger_ = logger;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Dfixer_base.py30 logger = None # A logger (set by set_filename) variable in class:BaseFix
73 """Set the filename, and a logger derived from it.
78 self.logger = logging.getLogger(filename)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcookielib.py41 logger = None variable
46 global logger
47 if not logger:
49 logger = logging.getLogger("cookielib")
50 return logger.debug(*args)

Completed in 70 milliseconds