Package-level declarations

Types

Link copied to clipboard
@ApiStatus.NonExtendable
abstract class JewelLogger

A wrapper which uses either IDE logging subsystem (if available) or java.util.logging.

Properties

Link copied to clipboard

Determines whether we're in debug mode. This should not be used in the bridge for logging; instead, you should use the IDE logger.

Functions

Link copied to clipboard
inline fun <T : Any> T.myLogger(): JewelLogger