forked from Orchid/orchid
Compiles again after command subsystem
terrified to start testing
This commit is contained in:
@@ -7,10 +7,9 @@ use futures::future::LocalBoxFuture;
|
||||
use hashbrown::HashMap;
|
||||
use orchid_base::{LogWriter, Logger, is};
|
||||
|
||||
use crate::api;
|
||||
use crate::entrypoint::notify;
|
||||
use crate::{api, notify};
|
||||
|
||||
pub struct LogWriterImpl {
|
||||
pub(crate) struct LogWriterImpl {
|
||||
category: String,
|
||||
strat: api::LogStrategy,
|
||||
}
|
||||
@@ -33,7 +32,7 @@ impl LogWriter for LogWriterImpl {
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct LoggerImpl {
|
||||
pub(crate) struct LoggerImpl {
|
||||
default: Option<api::LogStrategy>,
|
||||
routing: HashMap<String, api::LogStrategy>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user