Same as base::message() but uses .vsc.cat instead of base::cat
.vsc.message( ..., domain = NULL, appendLF = TRUE, showSource = TRUE, skipCalls = 0 )
| ... | Same as |
|---|---|
| domain | Same as |
| appendLF | Same as |
| 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. |