Package org.robolectric.util
Class Logger
java.lang.Object
org.robolectric.util.Logger
Logger for Robolectric. For now, it simply prints messages to stdout.
Logging can be enabled by setting the property: robolectric.logging.enabled = true
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Log a debug message.static void
Log an error message.static void
Log an error message.static void
Log an info message.static void
Log a lifecycle message.static boolean
static void
static void
static void
Log a warning message.
-
Constructor Details
-
Logger
public Logger()
-
-
Method Details
-
strict
-
strict
-
info
Log an info message.- Parameters:
message
- Message text.args
- Message arguments.
-
warn
Log a warning message.- Parameters:
message
- Message text.args
- Message arguments.
-
error
Log an error message.- Parameters:
message
- Message text.e
- The exception.
-
error
Log an error message.- Parameters:
message
- Message text.args
- Message arguments.
-
debug
Log a debug message.- Parameters:
message
- Message text.args
- Message arguments.
-
lifecycle
Log a lifecycle message.- Parameters:
message
- Message text.args
- Message arguments.
-
loggingEnabled
public static boolean loggingEnabled()
-