Skip to main content

Getting Started

Installation

Install FSDT using your favorite package manager:

npm install @fullstack-devtool/sdk
npm install --save-dev @fullstack-devtool/app

Usage

import FsdtLogger from '@fullstack-devtool/sdk'

const logger = new FsdtLogger('app-name', {
port: 1234, // It should be equal to the <PORT_NUMBER>
connectionType: 'source',
})
logger.info({ myVar: 'myVar' })