getChatLog static method

Log getChatLog(
  1. String fileName
)

Implementation

static Log getChatLog(String fileName) {
  return Log._(_moduleAtomicXCoreChat, fileName);
}