Package-level declarations

Main Koremods launch entrypoint

Types

Link copied to clipboard

A no-op launch plugin implementation, used as a replacement when no other plugins are found.

Link copied to clipboard

Koremods launch entrypoint, used by frontends to initialize the Koremods discovery & loading process

Link copied to clipboard

A java service interface implemented by frontends for additional configuration of wtf.gofancy.koremods.launch.KoremodsLaunch.

Link copied to clipboard
class KoremodsLogAppender(name: String, filter: Filter?, callback: (Level, String) -> Unit) : AbstractAppender

Simple log appender delegating append calls to callback.

Functions

Link copied to clipboard
internal fun injectKoremodsLogAppender(context: LoggerContext, callback: (Level, String) -> Unit)

Injects a new KoremodsLogAppender to the specified context, delegating all append calls to the callback function