DummyMessageKey

A dummy implementation of the MessageKey interface for localized messaging.

This class serves as a placeholder or default implementation of the MessageKey interface. It does not provide any specific functionality or behavior beyond adhering to the interface requirements.

Functions

Link copied to clipboard
open fun c(): Nothing

Retrieves the text component of this message key.

Link copied to clipboard
open fun fp(): String

Retrieves the full-path content of this message key.

Link copied to clipboard
open fun log(level: LogLevel = LogLevel.INFO)

Logs the message corresponding to this key.

Link copied to clipboard
open fun rc(): String

Retrieves the raw content of this message key.

Link copied to clipboard
open fun t(provider: Nothing): Nothing

Retrieves the message corresponding to this key using the given provider.