acap-logging 0.1.1

Logging utilities for ACAP applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "acap-logging"
version = "0.1.1"
edition.workspace = true
description = "Logging utilities for ACAP applications"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/AxisCommunications/acap-rs"
repository = "https://github.com/AxisCommunications/acap-rs"

[dependencies]
env_logger = { workspace = true, optional = true }
libsyslog = { workspace = true }
log = { workspace = true }

[features]
default = ["tty"]
tty = ["env_logger/auto-color"]