Lexer test mode works
This commit is contained in:
13
orchid-api/src/logging.rs
Normal file
13
orchid-api/src/logging.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
use orchid_api_derive::{Coding, Hierarchy};
|
||||
|
||||
use crate::proto::ExtHostNotif;
|
||||
|
||||
#[derive(Clone, Debug, Coding)]
|
||||
pub enum LogStrategy {
|
||||
StdErr,
|
||||
File(String)
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Coding, Hierarchy)]
|
||||
#[extends(ExtHostNotif)]
|
||||
pub struct Log(pub String);
|
||||
Reference in New Issue
Block a user