cat_message: Print message ('cat()')

View source: R/utils_log.R

cat_messageR Documentation

Print message (cat())

Description

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

Usage

cat_message(msg, trace)

Arguments

msg

string Message that should be printed.

trace

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

Value

This function returns nothing.

See Also

Other Utils Log Developers: clean_pytorch_log_transformers(), output_message(), 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.