Package-level declarations

Types

Link copied to clipboard
class LogJson(mConfiguration: LogJson.Configuration)

The LogJson plugin allows you to convert objects to json.

Link copied to clipboard
class LogPretty(mConfiguration: LogPretty.Configuration)

LogPretty allows printing the json string in the log in pretty style.

Link copied to clipboard
class LogPrinter(val mConfiguration: LogPrinter.Configuration)

LogPrinter.

Link copied to clipboard

LogStateChecker is used to detect whether printing logs is currently allowed.

Link copied to clipboard
Link copied to clipboard
class LogSwitch(val open: Boolean)

LogSwitch is used to control whether to enable logging.

Link copied to clipboard

If the log content is an object, LogTypeValidator will check whether the object has been correctly converted to a string.