Go to the source code of this file.
Typedef Documentation
Function Documentation
The explain_output_file_new function may be used to create a new dynamically allocated instance of an explain_output_t class that writes to a file, and exits via exit(2).
- Parameters:
-
filename | The file to be oopened and written to. |
append | true (non-zero) if messages are to be appended to the file, false (zero) if the file is to be preplaced with new contents. |
- Returns:
- NULL on error (i.e. malloc failed), or a pointer to a new dynamically allocated instance of the syslog class.
Definition at line 63 of file file.c.
Variable Documentation
Initial value:
Definition at line 53 of file file.c.