logger: move logging into workspace crate
This commit is contained in:
parent
061991218f
commit
f456905231
10 changed files with 424 additions and 374 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue