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,7 +2,6 @@ use {
crate::{
backend::transaction::BackendConnectorTransactionError,
client::{CAP_JAY_COMPOSITOR, Client, ClientCaps, ClientError, ClientId},
compositor::LogLevel,
globals::{Global, GlobalName},
ifs::{
jay_client_query::JayClientQuery,
@ -27,6 +26,7 @@ use {
wl_surface::jay_sync_file_surface::JaySyncFileSurface,
},
leaks::Tracker,
logger::LogLevel,
object::{Object, Version},
screenshoter::take_screenshot,
tree::ToplevelIdentifier,