1.1.4 • Published 6 years ago

connect-prism-3 v1.1.4

Weekly downloads
6
License
-
Repository
-
Last release
6 years ago

connect-prism-3

Fork of connect-prism, credit for connect-prism

Now: record/mock/mockrecord/recordmock

Added feature

logToFile

prism.logToFile({
  filename: 'prism.log',
  maxsize: 1024, //max size in bytes of one logfile, if the size is exceeded then a new file is created
  maxFile: 10 //Limit the number of files created when the size of the logfile is exceeded.
});