MCPcopy Create free account
hub / github.com/ebarlas/microhttp / enabled

Method enabled

src/main/java/org/microhttp/Logger.java:13–13  ·  view source on GitHub ↗

Indicates whether logger is active.

()

Source from the content-addressed store, hash-verified

11 * Indicates whether logger is active.
12 */
13 boolean enabled();
14
15 /**
16 * Creates a new log event consisting of multiple log entries.

Callers 11

noopLoggerMethod · 0.95
runMethod · 0.65
onRequestTimeoutMethod · 0.65
onReadableMethod · 0.65
doOnReadableMethod · 0.65
onResponseMethod · 0.65
onWritableMethod · 0.65
doOnWritableMethod · 0.65
runMethod · 0.65
doRegisterMethod · 0.65

Implementers 3

TestLoggersrc/test/java/org/microhttp/TestLogger
DebugLoggersrc/main/java/org/microhttp/DebugLogge
NoopLoggersrc/main/java/org/microhttp/NoopLogger

Calls

no outgoing calls

Tested by 1

noopLoggerMethod · 0.76