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,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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue