logformat | R Documentation |
Get or set the format string for a logger object.
logformat(x)
logformat(x) <- value
## S3 method for class 'logger'
logformat(x)
## S3 replacement method for class 'logger'
logformat(x) <- value
x |
An object of class logger. |
value |
A string containing a proper format string. |
library('log4r')
logger <- create.logger(logfile = 'debugging.log', level = 'DEBUG')
print(logformat(logger))
logformat(logger) <- 'FORMAT STRING'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.