PrintX constructor

PrintX(
  1. String message
)

Implementation

PrintX(
  String message,
) {
  _defaultLogger.debug(message.toString());
}