Package-level declarations

Types

Link copied to clipboard
interface IMessageProvider<C>

Interface for a message provider that handles localized messages.

Link copied to clipboard

Represents different initialization file types supported by the system.

Link copied to clipboard
open class LangMan<P : IMessageProvider<C>, C>

Manages language translations and message localization.

Link copied to clipboard

Represents the severity level of a log message.

Link copied to clipboard

Represents a key for a localized message.

Functions

Link copied to clipboard
fun Logger.logIfDebug(message: String, level: LogLevel = LogLevel.INFO)

Logs a message at the specified log level if the debug mode is enabled. If the debug mode is not enabled, the message will be logged using the debug level.