setLogProxy method

dynamic setLogProxy(
  1. OnLogProxy proxy
)

Implementation

setLogProxy(OnLogProxy proxy) {
  _logProxy = proxy;
}