1.1.0 • Published 4 years ago

elf-logging v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Elf Logging

Elf Logging is a logging and error catching utility for the Elf- suite. If an error occurs while executing the contents of a controller method, it catches that error, logs it, and returns a 500 status code to the client. To use, simply decorate a controller method with @Logger(). Define a logging mode by setting the ELF_LOG_MODE environment variable to either console or file. Setting log mode to file writes to a elf.log file in the root folder of your project.

1.1.0

4 years ago

1.0.9-alpha

5 years ago

1.0.8-alpha

5 years ago

1.0.7-alpha

5 years ago

1.0.6-alpha

5 years ago

1.0.5-alpha

5 years ago

1.0.4-alpha

5 years ago

1.0.3-alpha

5 years ago

1.0.2-alpha

5 years ago

1.0.1-alpha

5 years ago

1.0.0-alpha

5 years ago