logging
logging
Logging is a logger for Crystal language
Installation
Add this to your application's shard.yml
:
dependencies:
logging:
github: kiterminal/logging
Usage
require "logging"
logger = Logging::Logger.new
logger.debug("Debug message doesn't show in log file")
logger.info("Info message will be in log file")
Contributing
- Fork it ( https://github.com/kiterminal/logging/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- kiterminal Chainarin Thanichaiyawat - creator, maintainer
Repository
logging
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 7 years ago
- September 26, 2017
License
MIT License
Links
Synced at
Thu, 01 May 2025 21:46:52 GMT
Languages