setLogConfig static method

dynamic setLogConfig(
  1. ZIMLogConfig config
)

Set log related configuration.

config Log configuration object.

Implementation

static setLogConfig(ZIMLogConfig config) {
  ZIMManager.setLogConfig(config);
}