Skip to contents

This function prints the log information of level TRACE.

Usage

logTrace(object, message, sep, add.level = FALSE, add.time = FALSE)

Arguments

object

an object of class Logger

message

a character string, the message to print

sep

a character vector of strings to append after message

add.level

logical, whether to add the log level to message

add.time

logical, whether to add the time to message

Value

None (invisible NULL).

Details

A log information of level TRACE is printed if the provided logger has a >= log level.

See also

Author

Alessandro Barberis