CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
log_a_logging_error.h
Go to the documentation of this file.
1#ifndef INCLUDE_GUARD__LOG_A_LOGGING_ERROR_H
2#define INCLUDE_GUARD__LOG_A_LOGGING_ERROR_H
3
4void LOG_log_a_logging_error_if_file_is_broken(const char message[]);
5
6#endif // INCLUDE_GUARD__LOG_A_LOGGING_ERROR_H
void LOG_log_a_logging_error_if_file_is_broken(const char message[])
Log an error which occurs while writing to the file log sink.
Definition log_a_logging_error.c:14