message {loggit2} | R Documentation |
This function is identical to base R's message
,
but it includes logging of the exception message via loggit()
.
message(..., domain = NULL, appendLF = TRUE, .loggit = TRUE, echo = TRUE)
... |
zero or more objects which can be coerced to character
(and which are pasted together with no separator) or (for
|
domain |
see |
appendLF |
logical: should messages given as a character string have a newline appended? |
.loggit |
Should |
echo |
Should |
Invisible NULL
.
Other handlers:
stopifnot()
,
stop()
,
warning()
if (2 < 1) message("Don't say such silly things!")