HomeSort by relevance Sort by last modified time
    Searched defs:SetLogger (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/internal/testlog/
log.go 31 // SetLogger sets the test logger implementation for the current process.
33 func SetLogger(impl Interface) {
35 panic("testlog: SetLogger must be called only once")
  /prebuilts/go/linux-x86/src/internal/testlog/
log.go 31 // SetLogger sets the test logger implementation for the current process.
33 func SetLogger(impl Interface) {
35 panic("testlog: SetLogger must be called only once")
  /system/core/base/
logging.cpp 277 SetLogger(std::forward<LogFunction>(logger));
334 void SetLogger(LogFunction&& logger) {

Completed in 198 milliseconds