pub(crate) fn validate_time_logs(
time_logs: &[TimeLog],
show_validation_details: bool,
start_date: Option<NaiveDate>,
max_hours: u16,
)Expand description
Runs validation on the entered time logs with all validators and outputs the result to the console.