diff options
Diffstat (limited to 'crates/shirabe-external-packages/src/psr/log/log_level.rs')
| -rw-r--r-- | crates/shirabe-external-packages/src/psr/log/log_level.rs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/crates/shirabe-external-packages/src/psr/log/log_level.rs b/crates/shirabe-external-packages/src/psr/log/log_level.rs deleted file mode 100644 index fd6c128a..00000000 --- a/crates/shirabe-external-packages/src/psr/log/log_level.rs +++ /dev/null @@ -1,15 +0,0 @@ -//! ref: composer/vendor/psr/log/Psr/Log/LogLevel.php - -#[derive(Debug, Clone, PartialEq, Eq)] -pub struct LogLevel; - -impl LogLevel { - pub const EMERGENCY: &'static str = "emergency"; - pub const ALERT: &'static str = "alert"; - pub const CRITICAL: &'static str = "critical"; - pub const ERROR: &'static str = "error"; - pub const WARNING: &'static str = "warning"; - pub const NOTICE: &'static str = "notice"; - pub const INFO: &'static str = "info"; - pub const DEBUG: &'static str = "debug"; -} |
