Salad
1.0.15
|
#include "salad/types.h"
Go to the source code of this file.
Enumerations | |
enum | sld_log_severity { DBUG = 0, INFO = 1, WARN = 2, CRIT = 3 } |
Functions | |
SLD_SSINT | sld_log_write (const char *file_name, sld_log_severity severity, const char *text) |
Writes the specified text to the provided log file with the given severity. More... | |