Registry / logging / piglog

piglog

JSON →
library1.4.1rscratesunverified

A simple, yet beautiful way to print out log messages in the terminal.

# Cargo.toml [dependencies] piglog = "1.4.1"
INSTALL
IMPORT
SIG · PIGLOG
P
piglog
loggingrustv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Logger
use piglog::Logger;

Creates a logger and prints an info message.

use piglog::Logger; fn main() { let logger = Logger::new(); logger.info("Hello, world!"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Amazon
1
Resources
piglog — cargo add piglog · libregistry