public final class LogTruth
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static com.google.common.truth.Subject |
assertThat(com.google.common.flogger.FluentLogger.Api actual)
Creates a subject for the logging API.
|
static com.google.common.truth.Subject |
assertThat(@Nullable com.google.common.flogger.FluentLogger actual)
Creates a subject for the passed logger.
|
static com.google.common.truth.Subject |
assertThat(@Nullable java.util.logging.Level actual)
Creates a subject for the logging level.
|
static LogRecordSubject |
assertThat(@Nullable java.util.logging.LogRecord record)
Creates a subject for the passed record.
|
public static com.google.common.truth.Subject assertThat(@Nullable com.google.common.flogger.FluentLogger actual)
public static LogRecordSubject assertThat(@Nullable java.util.logging.LogRecord record)
public static com.google.common.truth.Subject assertThat(@Nullable java.util.logging.Level actual)
public static com.google.common.truth.Subject assertThat(@NullableDecl com.google.common.flogger.FluentLogger.Api actual)