Package-level declarations

Types

Link copied to clipboard
class LogRule : TestRule

A JUnit TestRule that intercepts and prints log messages during tests.

Properties

Link copied to clipboard

The main tag used all around the application.

Functions

Link copied to clipboard
fun debugLog(data: Any?): Int

Logs a debug message with the specified data.

fun debugLog(message: String): Int

Logs a debug message with the specified message.

Link copied to clipboard
fun errorLog(message: String): Int

Logs an error message with the specified message.

fun errorLog(error: Throwable?): Int?

Logs an error message with the specified error.

Link copied to clipboard
fun infoLog(message: String): Int

Logs an informational message with the specified message.

Link copied to clipboard
fun verboseLog(message: String): Int

Logs a verbose message with the specified message.

Link copied to clipboard
fun warnLog(message: String): Int

Logs a warning message with the specified message.