| 
    Salad
    1.0.15
    
   | 
 
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... | |
This module contains enums and functions related to logging.
| enum sld_log_severity | 
| 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.
| file_name | log file name | 
| severity | log severity | 
| text | text entry for log | 
 1.8.5