log<T> function

void log<T>(
  1. T msg
)

Implementation

void log<T>(T msg) => msg.log();