
io.mockk.impl.log.LogLevel.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockk-common Show documentation
Show all versions of mockk-common Show documentation
Common(JS and Java) MockK module
package io.mockk.impl.log
enum class LogLevel {
DISABLED,
ERROR,
WARN,
INFO,
DEBUG,
TRACE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy