irox-log 0.2.2

Basic console and file logging
[package]
name = "irox-log"
description = "Basic console and file logging"
keywords = ["irox", "log", "console"]
categories = ["command-line-interface", "development-tools::debugging"]
version = "0.2.2"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
license.workspace = true
exclude.workspace = true
repository.workspace = true
readme = "README.md"

[features]
default = []
std = ["irox-time/std"]

[lints]
workspace = true

[dependencies]
log = { workspace = true }
irox-tools = { workspace = true }
irox-time = { workspace = true }