5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
##
|
|
# @brief Display a message with specific formatting based on message type.
|
|
# @param type The type of message (e.g., std, info, debug, etc.)
|
|
# @param ... The keys or additional strings to be formatted and displayed.
|