output_message: Print message

View source: R/utils_log.R

output_messageR Documentation

Print message

Description

Prints a message msg if trace parameter is TRUE with current date with message() or cat() function.

Usage

output_message(msg, trace, msg_fun)

Arguments

msg

string Message that should be printed.

trace

bool Silent printing (FALSE) or not (TRUE).

msg_fun

bool value that determines what function should be used. TRUE for message(), FALSE for cat().

Value

This function returns nothing.

See Also

Other Utils Log Developers: cat_message(), clean_pytorch_log_transformers(), print_message(), read_log(), read_loss_log(), reset_log(), reset_loss_log(), write_log()


aifeducation documentation built on Nov. 19, 2025, 5:08 p.m.