3.2.0 • Published 2 years ago
@hoast/process-log v3.2.0
@hoast/process-log
Log data to the terminal, useful for developing other process and source packages.
Install
npm install @hoast/process-logOptions
{String} property = nullDot notation path to the data property which should be logged.{String} format = 'js'In what format to log the data. Eitherjsorjson.{String} level = 'info'What console command to output the data with. Eitherinfo,warn, orerror.{String} prepend = nullText to prepend to the message.{String} append = nullText to append to the message.{Number} logLevel = 2Log level given to the logger.