FTxLog constructor

FTxLog(
  1. dynamic message
)

Implementation

FTxLog(dynamic message) {
  if (_enabled) log(message.toString());
}