Home
last modified time | relevance | path

Searched defs:customLogger (Results 1 – 25 of 44) sorted by relevance

12

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/examples/custom-logger/
H A Dmain.go17 type customLogger struct { struct
21 func (c customLogger) Trace(msg string) {}
22 func (c customLogger) Tracef(format string, args ...interface{}) {}
24 func (c customLogger) Debug(msg string) { fmt.Printf("customLogger Debug: %s\n", msg) }
25 func (c customLogger) Debugf(format string, args ...interface{}) {
28 func (c customLogger) Info(msg string) { fmt.Printf("customLogger Info: %s\n", msg) }
29 func (c customLogger) Infof(format string, args ...interface{}) {
32 func (c customLogger) Warn(msg string) { fmt.Printf("customLogger Warn: %s\n", msg) }
33 func (c customLogger) Warnf(format string, args ...interface{}) {
36 func (c customLogger) Error(msg string) { fmt.Printf("customLogger Error: %s\n", msg) }
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/examples/custom-logger/
H A Dmain.go15 type customLogger struct { struct
19 func (c customLogger) Trace(msg string) {}
20 func (c customLogger) Tracef(format string, args ...interface{}) {}
22 func (c customLogger) Debug(msg string) { fmt.Printf("customLogger Debug: %s\n", msg) }
23 func (c customLogger) Debugf(format string, args ...interface{}) {
26 func (c customLogger) Info(msg string) { fmt.Printf("customLogger Info: %s\n", msg) }
27 func (c customLogger) Infof(format string, args ...interface{}) {
30 func (c customLogger) Warn(msg string) { fmt.Printf("customLogger Warn: %s\n", msg) }
31 func (c customLogger) Warnf(format string, args ...interface{}) {
34 func (c customLogger) Error(msg string) { fmt.Printf("customLogger Error: %s\n", msg) }
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/Dbo/
H A DLogger.C12 void setCustomLogger(const WLogSink &customLogger) in setCustomLogger()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dclient_test.go826 type customLogger struct { struct
827 out bytes.Buffer
830 func (l *customLogger) Printf(format string, v ...interface{}) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dclient_test.go1057 type customLogger struct { struct
1058 out bytes.Buffer
1061 func (l *customLogger) Printf(format string, v ...interface{}) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dclient_test.go1024 type customLogger struct { struct
1025 out bytes.Buffer
1028 func (l *customLogger) Printf(format string, v ...interface{}) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dclient_test.go1006 type customLogger struct { struct
1007 out bytes.Buffer
1010 func (l *customLogger) Printf(format string, v ...interface{}) {
/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Dserver_test.go2446 type customLogger struct { struct
2447 lock sync.Mutex
2448 out string
2451 func (cl *customLogger) Printf(format string, args ...interface{}) {
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Dserver_test.go2446 type customLogger struct { struct
2447 lock sync.Mutex
2448 out string
2451 func (cl *customLogger) Printf(format string, args ...interface{}) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dclient_test.go1130 type customLogger struct { struct
1131 out bytes.Buffer
1134 func (l *customLogger) Printf(format string, v ...interface{}) {
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWLogger.C151 WLogEntry::WLogEntry(const WLogSink& customLogger, in WLogEntry()
171 WLogEntry::Impl::Impl(const WLogSink& customLogger, in Impl()
H A DWServer.C146 void WServer::setCustomLogger(const WLogSink& customLogger) in setCustomLogger()
151 const WLogSink * WServer::customLogger() const in customLogger() function
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dclient_test.go1130 type customLogger struct { struct
1131 out bytes.Buffer
1134 func (l *customLogger) Printf(format string, v ...interface{}) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dclient_test.go1234 type customLogger struct { struct
1235 out bytes.Buffer
1238 func (l *customLogger) Printf(format string, v ...interface{}) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/upper.io/db.v3/internal/testsuite/
H A Dsql_suite.go19 type customLogger struct { struct
22 func (*customLogger) Log(q *db.QueryStatus) {
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/java/src/test/java/org/rocksdb/
H A DLoggerTest.java25 public void customLogger() throws RocksDBException { in customLogger() method in LoggerTest
/dports/databases/rocksdb/rocksdb-6.26.1/java/src/test/java/org/rocksdb/
H A DLoggerTest.java25 public void customLogger() throws RocksDBException { in customLogger() method in LoggerTest
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DLoggerTest.java25 public void customLogger() throws RocksDBException { in customLogger() method in LoggerTest
/dports/databases/rocksdb-lite/rocksdb-6.26.1/java/src/test/java/org/rocksdb/
H A DLoggerTest.java25 public void customLogger() throws RocksDBException { in customLogger() method in LoggerTest
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DLoggerTest.java25 public void customLogger() throws RocksDBException { in customLogger() method in LoggerTest
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DLoggerTest.java25 public void customLogger() throws RocksDBException { in customLogger() method in LoggerTest
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DLoggerTest.java25 public void customLogger() throws RocksDBException { in customLogger() method in LoggerTest
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DLoggerTest.java25 public void customLogger() throws RocksDBException { in customLogger() method in LoggerTest
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DLoggerTest.java25 public void customLogger() throws RocksDBException { in customLogger() method in LoggerTest
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DLoggerTest.java25 public void customLogger() throws RocksDBException { in customLogger() method in LoggerTest

12