https://github.com/ponylang/logger
A simple logging library for Pony
https://github.com/ponylang/logger
logger logging pony-core-team-library pony-language ponylang
Last synced: 4 months ago
JSON representation
A simple logging library for Pony
- Host: GitHub
- URL: https://github.com/ponylang/logger
- Owner: ponylang
- License: bsd-2-clause
- Created: 2022-02-23T02:39:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T12:54:47.000Z (about 1 year ago)
- Last Synced: 2025-06-06T13:42:58.180Z (about 1 year ago)
- Topics: logger, logging, pony-core-team-library, pony-language, ponylang
- Language: Pony
- Homepage: https://ponylang.github.io/logger/
- Size: 67.4 KB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Logger
A logger for [Pony](https://www.ponylang.io/)
## Status
Logger is ready for production use
## Installation
* Install [corral](https://github.com/ponylang/corral)
* `corral add github.com/ponylang/logger.git --version 1.0.1`
* `corral fetch` to fetch your dependencies
* `use "logger"` to include this package
* `corral run -- ponyc` to compile your application
## API Documentation
[https://ponylang.github.io/logger](https://ponylang.github.io/logger)