cosLog function

dynamic cosLog(
  1. String msg
)

Implementation

cosLog(String msg) {
  log(msg, name: "Fluent QCloud COS");
}