getLiveLog static method

Log getLiveLog(
  1. String fileName
)

Implementation

static Log getLiveLog(String fileName) {
  return Log._(_moduleAtomicXCoreLive, fileName);
}