1.0.1 • Published 5 years ago

js-ui-logger v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

1. Navigate into your workspace directory.

2. Install node.js and npm:

https://nodejs.org/en/

3. Install js-ui-logger

import js-ui-logger components by do the following steps

const clientLogDebug = require('js-ui-logger').clientLogDebugUI;

// Initialize clientLogDebug
clientLogDebug.initialize();
// Writing Log
clientLogDebug.writeLocalLog("Test"+var);