resvg_init_log method

void resvg_init_log()

@brief Initializes the library log.

Use it if you want to see any warnings.

Must be called only once.

All warnings will be printed to the stderr.

Implementation

void resvg_init_log() {
  return _resvg_init_log();
}