Home
last modified time | relevance | path

Searched defs:getLogger (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSignposts.cpp43 LogTy &getLogger() const { return *SignpostLog; } in getLogger() function in llvm::SignpostEmitterImpl
/third_party/python/Lib/logging/
D__init__.py1315 def getLogger(self, name): member in Manager
2071 def getLogger(name=None): function