mockk-agent-api
1.13.5
common
mockk-agent-api
/
io.mockk.proxy
/
MockKAgentLogger
Mock
KAgent
Logger
common
interface
MockKAgentLogger
Content copied to clipboard
Functions
Functions
debug
Link copied to clipboard
common
abstract
fun
debug
(
msg
:
String
)
Content copied to clipboard
trace
Link copied to clipboard
common
abstract
fun
trace
(
msg
:
String
)
Content copied to clipboard
abstract
fun
trace
(
ex
:
Throwable
,
msg
:
String
)
Content copied to clipboard
warn
Link copied to clipboard
common
abstract
fun
warn
(
msg
:
String
)
Content copied to clipboard
abstract
fun
warn
(
ex
:
Throwable
,
msg
:
String
)
Content copied to clipboard