New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@creatio-tech/logging

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@creatio-tech/logging

Creatio Loggin Package

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

Creatio.Logging

Creatio.Logging it is a Node JS package that contains all logging access abstractions. This package can be applied to any web component such as:

  • NodeJS Envs
  • Cloud Function
  • Google App Engine
  • Google Cloud Run
  • Google Kubernate Engine
  • Node Express Server

Getting Started

  • Install enviroment (NodeJS)
  • Install dependencies: npm install
  • Build: npm run build
  • Publish: npm publish

Build and Test

  • Build: npm run build
  • Test: npm run test
  • TDD: npm run tdd

Documentation

Creatio Packages Dependencies

Creatio Packages Dependencies

TypeDocs

Creatio TypeDocs

Table of Contents

Enum

Enums set to manage types

LoggerType

Logger Type for System Logging [console, stackdriver, winston_logger]

Service

Logger Service package set for NodeJS components

ILoggerService

Inferface to handle logging in the apps

ConsoleLoggerService

Console handle logger in applications

WinstonLoggerService

Winston handle logger in applications

StackdriverLoggerService

Stackdriver legacy handle logger in applications

Contribute

If you are interested in fixing issues and contributing directly to the code, please contact to the project manager. Here is how you can contribute to Creatio.Logging:

  • Submit bugs and help us verify fixes
  • Submit pull requests for bug fixes and features and discuss existing proposals

Keywords

api

FAQs

Package last updated on 24 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts