1.1.5 • Published 8 years ago

abl-logger v1.1.5

Weekly downloads
7
License
ISC
Repository
github
Last release
8 years ago

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

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago