harness.zio.test.LogCache$
See theLogCache companion trait
object LogCache
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LogCacheclass Objecttrait Matchableclass AnyShow all
final case class LoggerTarget(logCache: LogCache, use: (LogCache, ExecutedEvent) => UIO[Unit]) extends Target
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Targetclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
final def existsDefault(message: String => Boolean, logLevel: Option[LogLevel] => Boolean, context: Map[String, String] => Boolean, at: Instant => Boolean): URIO[LogCache, Boolean]
final def existsTrace(message: String => Boolean, logLevel: Option[LogLevel] => Boolean, context: Map[String, String] => Boolean, at: Instant => Boolean): URIO[LogCache, Boolean]
In this article