setLogKey method

dynamic setLogKey(
  1. String key
)

设置 FloatingLog 标识

Implementation

setLogKey(String key) {
  _log.logKey = key;
}