neo4j_logger.log

Write an entry to the log.

@param self This logger. @param level The log level for the entry. @param format The printf-style message format. @param ap The list of arguments for the format.

struct neo4j_logger
void function(neo4j_logger* self, uint_fast8_t level, const(char)* format, va_list ap) log;

Meta