| Yder
    Logging library written in C | 
| Functions | |
| void | y_log_message (const unsigned long type, const char *message,...) | 
| void y_log_message | ( | const unsigned long | type, | 
| const char * | message, | ||
| ... | |||
| ) | 
Log a message using current parameters
| type | type of the log message Values available are Y_LOG_LEVEL_ERROR, Y_LOG_LEVEL_WARNING, Y_LOG_LEVEL_INFO or Y_LOG_LEVEL_DEBUG | 
| message | the message to log, using printf format |