@tomei/log
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

Log Package

How to use

  • Run npm i @tomei/log

  • Set AZURE_STORAGE_CONNECTION_STRING as environment variable

  • Create component-config in your root folder and add the following:

    mailer-config.json

      {
          "componentName": "@tomei/mailer",
          "host": "mailerHost",
          "port": "1234",
          "secure": true,
          "user": "senderEmail",
          "pass": "senderPassword"
      }
    

    log-config.json

      {
          "componentName": "@tomei/log",
          "env": "production"
      }
    

notes: use env: "production" only if the apps in production

/@tomei/log/

    Package Sidebar

    Install

    npm i @tomei/log

    Weekly Downloads

    0

    Version

    0.4.0

    License

    ISC

    Unpacked Size

    91.5 kB

    Total Files

    35

    Last publish

    Collaborators

    • it-assets