The Logger system can now be expanded with external logging libraries.
While external loggers can be used, if you are compiling with --features use_std, then it will default to just printing everything to the stdout unless a logger is created. This library can be used without the STD library, however, you will have to write an external logger.
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
[package]
|
||||
name = "scribe"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
||||
description = "Handles logging."
|
||||
license = ""
|
||||
repository = "https://gitlab.com/CyberMages/scribe.git"
|
||||
documentation = ""
|
||||
keywords = ["scribe", "logging"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
use_std = []
|
||||
|
Reference in New Issue
Block a user