pub fn init(
dir_path: &str,
single_length: usize,
file_record: Option<LogLevel>,
terminal_print: Option<LogLevel>,
time_zone: i32,
time_details: bool,
print_out: bool
)Expand description
Initialize the static logger with customized setting.