Home
last modified time | relevance | path

Searched defs:NewLogger (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tink/go/internal/internalregistry/
H A Dinternal_registry.go47 func (c *doNothingClient) NewLogger(*monitoring.Context) (monitoring.Logger, error) { func
/aosp_15_r20/external/tink/go/testing/fakemonitoring/
H A Dfakemonitoring.go80 func (c *Client) NewLogger(context *monitoring.Context) (monitoring.Logger, error) { func
/aosp_15_r20/external/tink/go/monitoring/
H A Dmonitoring.go114 NewLogger(context *Context) (Logger, error) methodSpec
/aosp_15_r20/external/leveldb/include/leveldb/
H A Denv.h393 Status NewLogger(const std::string& fname, Logger** result) override { in NewLogger() function
/aosp_15_r20/prebuilts/go/linux-x86/src/log/syslog/
Dsyslog.go312 func NewLogger(p Priority, logFlag int) (*log.Logger, error) { func
/aosp_15_r20/external/leveldb/helpers/memenv/
H A Dmemenv.cc373 Status NewLogger(const std::string& fname, Logger** result) override { in NewLogger() function in leveldb::__anonb39ece290111::InMemoryEnv
/aosp_15_r20/external/leveldb/util/
H A Denv_windows.cc623 Status NewLogger(const std::string& filename, Logger** result) override { in NewLogger() function in leveldb::__anon0d865ec80111::WindowsEnv
H A Denv_posix.cc689 Status NewLogger(const std::string& filename, Logger** result) override { in NewLogger() function in leveldb::__anon233a18300111::PosixEnv