Same as base::message() but uses .vsc.cat instead of base::cat

.vsc.message(
  ...,
  domain = NULL,
  appendLF = TRUE,
  showSource = TRUE,
  skipCalls = 0
)

Arguments

...

Same as base::message

domain

Same as base::message

appendLF

Same as base::message

showSource

Whether to show the calling source file and line.

skipCalls

The number of calls to skip when reporting the calling file and line. Can be used e.g. inside log functions.