getCallLog static method

Log getCallLog(
  1. String fileName
)

Implementation

static Log getCallLog(String fileName) {
  return Log._(_moduleAtomicXCoreCall, fileName);
}