Skip to content

AzathothC2/azathoth_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azathoth_logger

A Logging crate for no-std environments used by the AzathothC2 framework

Warning

This crate is not the same as az_logger, although they do export the same macros!

Usage

Using the logger requires initializing the static logger:

fn main() {
    if unsafe { !azathoth_logger::LOG.init() } {
        return; // Failed
    }
    azathoth_logger::success!("Hello world!");
}

Installation

Add the crate via Cargo: cargo add azathoth_libload

Or manually in Cargo.toml: azathoth_libload = "0.1.0";

Changelog

  • 0.1.0: Initial code commit
  • 0.1.1: Fixed macros
  • 0.1.2: Fixed macros again + changed docs slightly

License

MIT

About

Logger utility for the AzathothC2 framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages