connect-prism2

1.1.4 • Public • Published

connect-prism2

Fork of connect-prism, credit for connect-prism

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.
});

/connect-prism2/

    Package Sidebar

    Install

    npm i connect-prism2

    Weekly Downloads

    1

    Version

    1.1.4

    License

    none

    Last publish

    Collaborators

    • ybybzj