[][src]Function ul_sys::ulEnableDefaultLogger

pub unsafe extern "C" fn ulEnableDefaultLogger(log_path: ULString)

This is only needed if you are not calling ulCreateApp().

Initializes the default logger (writes the log to a file).

You should specify a writable log path to write the log to for example "./ultralight.log".