getPrintable abstract method

Object getPrintable(
  1. bool useColor
)

The message to be printed out.

The useColor argument should be used to determine whether to use color or any other styling in the returned Object.

Implementation

Object getPrintable(bool useColor);