1
0
Fork 0
forked from wry/wry

logger: move logging into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:25:35 -04:00
parent 061991218f
commit f456905231
No known key found for this signature in database
10 changed files with 424 additions and 374 deletions

View file

@ -2,9 +2,9 @@ use {
crate::{
async_engine::{AsyncEngine, SpawnedFuture},
client::{EventFormatter, RequestParser},
compositor::{LogLevel, WAYLAND_DISPLAY},
compositor::WAYLAND_DISPLAY,
io_uring::{IoUring, IoUringError},
logger::Logger,
logger::{LogLevel, Logger},
object::{ObjectId, WL_DISPLAY_ID},
utils::{
asyncevent::AsyncEvent,