addLogTarget static method

void addLogTarget(
  1. LogTarget target
)

Adds a new logging target

Implementation

static void addLogTarget(LogTarget target) {
  _logTargets.add(target);
}