igLogToFile function

void igLogToFile(
  1. int auto_open_depth,
  2. Pointer<Uint8> filename
)
void igLogToFile(
 int auto_open_depth ,
 byte* filename
);

Implementation

void igLogToFile(int auto_open_depth, Pointer<Uint8> filename) =>
    _igLogToFile(auto_open_depth, filename);