#logging #color

logma

Logma? What's Logma? LOGMA TEXT

1 unstable release

0.1.9 Jan 9, 2024
0.1.8 Jan 9, 2024

#411 in Command-line interface

Download history 50/week @ 2024-01-04 3/week @ 2024-02-15 8/week @ 2024-02-22 1/week @ 2024-02-29 40/week @ 2024-03-28 20/week @ 2024-04-04

60 downloads per month

Custom license

6KB
86 lines

Logma? What's Logma?

LOGMA TEXT

todo:

  • actually populate this readme (im writing this at 5 am, ill do it later)
  • figure out a good way to add documentation

Example

use logma::info;

fn main() {
  info!("logma text");
  // >>> [INFO] logma text
}

Install

Add the following line to your Cargo.toml file under [dependencies]:

logma = "0.1.9"
colored = "2.1.0"  # this is needed for this to function, and i dont know how to get around it

Dependencies

~0–9.5MB
~56K SLoC