getCommonLog static method

Log getCommonLog(
  1. String fileName
)

Implementation

static Log getCommonLog(String fileName) {
  return Log._(_moduleAtomicXCoreCommon, fileName);
}