Companion

object Companion

Properties

Link copied to clipboard
val logger: Logger

Logger instance for debugging and logging purposes.

Functions

Link copied to clipboard
fun <P : IMessageProvider<C>, C> createNew(textComponentFactory: (String) -> C, expectedType: KClass<out MessageKey<P, C>>, isDebug: Boolean = false): LangMan<P, C>

Initializes a new instance of LangMan and sets it as the current instance.

Link copied to clipboard

Retrieves the current instance of LangMan.

Link copied to clipboard

Retrieves the current instance of LangMan if initialized.

Link copied to clipboard

Retrieves the LangMan instance without type safety.

Link copied to clipboard

Checks if LangMan has been initialized.