- FAKE_LOG_SITE - Static variable in class com.google.common.flogger.testing.FakeLogData
-
- FAKE_LOGGER_NAME - Static variable in class com.google.common.flogger.testing.FakeLogData
-
- FAKE_LOGGING_CLASS - Static variable in class com.google.common.flogger.testing.FakeLogData
-
- FAKE_LOGGING_METHOD - Static variable in class com.google.common.flogger.testing.FakeLogData
-
- FAKE_SOURCE_PATH - Static variable in class com.google.common.flogger.testing.FakeLogData
-
- FakeLogData - Class in com.google.common.flogger.testing
-
Helper class to test logging backends without needing to create actual loggers.
- FakeLoggerBackend - Class in com.google.common.flogger.testing
-
A logger backend which captures all LogData instances logged to it.
- FakeLoggerBackend() - Constructor for class com.google.common.flogger.testing.FakeLoggerBackend
-
Returns a fake backend with a fixed name.
- FakeLoggerBackend(String) - Constructor for class com.google.common.flogger.testing.FakeLoggerBackend
-
Returns a fake backend with the given name.
- FakeLogSite - Class in com.google.common.flogger.testing
-
A simplified LogSite implementation used for testing.
- FakeMetadata - Class in com.google.common.flogger.testing
-
- FakeMetadata() - Constructor for class com.google.common.flogger.testing.FakeMetadata
-
- findValue(MetadataKey<T>) - Method in class com.google.common.flogger.testing.FakeMetadata
-
- forceAt(Level) - Method in class com.google.common.flogger.testing.TestLogger
-
Forces logging at the given level.
- forceAt(Level, long) - Method in class com.google.common.flogger.testing.TestLogger
-
Forces logging at the given level, with the specified nanosecond timestamp.
- FormatOptionsSubject - Class in com.google.common.flogger.testing
-
A
Truth subject for
FormatOptions.
- FormatTypeSubject - Class in com.google.common.flogger.testing
-
A
Truth subject for
FormatType.