log abstract method

void log(
  1. String channel,
  2. String message
)

Log a message

Implementation

void log(String channel, String message);