tsc fileSystem.ts log.ts logger.ts loggerClass.ts
- To compile the 4 TypeScript files into JavaScript files.
Run the node logger.js
- the script will listen to the terminal input and You may INSERT the terminal command like normal way.

- automatically record the error messages to the LOG.txt file.

- Run the sample
- The command recods manually the log message to the LOG.txt file.
- Params[2] is a number type. Please refer to the log message levels.
Verbose = 1 Info = 2 Warning = 3 Error = 4
