JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
arez
Interface ArezTestUtil.Logger
Enclosing class:
ArezTestUtil
public static interface
ArezTestUtil.Logger
Interface to intercept log messages emitted by Arez runtime.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
log
(
String
message,
Throwable
throwable)
Method Details
log
void
log
(@Nonnull
String
message, @Nullable
Throwable
throwable)