prologger 0.3.0

A production-grade, ergonomic Rust logging library with colored output, file rotation, and structured formatting.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "deno",
			"command": "bundle",
			"problemMatcher": [
				"$deno"
			],
			"group": "build",
			"label": "deno: bundle"
		}
	]
}