[go: up one dir, main page]

fakeit 1.3.3

Fake data generator library with 130+ functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[allow(dead_code)]
pub static GENERAL: &[&str] = &["error", "warning", "info", "fatal", "trace", "debug"];

#[allow(dead_code)]
pub static SYSLOG: &[&str] = &[
    "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug",
];

#[allow(dead_code)]
pub static APACHE: &[&str] = &[
    "emerg", "alert", "crit", "error", "warn", "notice", "info", "debug", "trace1-8",
];