proxmox-perl-rs/common/src
Lukas Wagner c7c3940718 initialize logging when shared library is loaded
This commit sets up logging by hooking into module loading/bootstraping
process to call a new `init` function exported by the `Proxmox::Lib::{PVE,PMG}`
module, which initializes `env_logger` with its default settings.

This allows us to use `log::*` macros from Rust code.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-03-07 12:02:02 +01:00
..
apt cargo fmt 2022-07-21 13:33:37 +02:00
calendar_event.rs add common-src/ and move CalendarEvent to it 2022-03-01 10:54:15 +01:00
logger.rs initialize logging when shared library is loaded 2023-03-07 12:02:02 +01:00
mod.rs initialize logging when shared library is loaded 2023-03-07 12:02:02 +01:00
subscription.rs update to proxmox-http 0.7 2022-09-07 10:25:12 +02:00