An open API service indexing awesome lists of open source software.

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

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)