local Log = require("tofu.core.log")
Dump the function arguments to console, with INFO severity level. Each argument is automatically converted
to string by (implicitly) calling the tostring() function.
Dump the function arguments to console, with WARNING severity level. Each argument is automatically converted
to string by (implicitly) calling the tostring() function.
Dump the function arguments to console, with ERROR severity level. Each argument is automatically converted
to string by (implicitly) calling the tostring() function.
Dump the function arguments to console, with FATAL severity level. Each argument is automatically converted
to string by (implicitly) calling the tostring() function.
Pretty-prints and dumps a table content to console, with INFO severity level.