unstable
Penguin 2 years ago
parent cbe8f457db
commit 31f4be20a3

@ -28,6 +28,16 @@ pub enum IglooInstType
Target = 9,
}
#[derive(Debug)]
#[derive(PartialEq)]
pub enum IglooDebugSeverity
{
CRITICAL = 0,
WARNING = 1,
INFO = 2,
TRACE = 3,
}
#[derive(Debug)]
#[derive(PartialEq)]
/// Igloo Error Type
@ -110,3 +120,9 @@ impl IglooEnvInfo
}
}
}
// trait IglooUtil
// {
// /// Better debugging
// }

Loading…
Cancel
Save