info method

dynamic info(
  1. String s
)

Implementation

info(String s){
  print(s);
//    logger.i(s);
}