abl-logger

1.1.5 • Public • Published

ABL Logger

You can log ABL exceptions, warnings and messages to the log file and trouble shoot the issues.

Usage

The module can be used in various ways:

  1. Log only the exception: ABLLogger:getInstance():log("Exception occured: " + exception).

  2. Log exception and messages ABLLogger:getInstance():log("Exception occured: " + exception, "Unable to locate the file").

  3. Log exception, message and the log level. ABLLogger:getInstance():log("Exception occured: " + exception, "Unable to locate the file", LOG_LEVEL_WARNING).

Installation

apm install abl-logger

ANSI Codes

http://www.inwap.com/pdp10/ansicode.txt

License

ISC

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.53latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.53
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i abl-logger

Weekly Downloads

3

Version

1.1.5

License

ISC

Last publish

Collaborators

  • knangunu