SetLogMethod method

void SetLogMethod(
  1. MagickLogMethod arg0
)

Implementation

void SetLogMethod(
  MagickLogMethod arg0,
) {
  return _SetLogMethod(
    arg0,
  );
}