removeOutput method

void removeOutput(
  1. LogOutput output
)

Remove an output from the logger

Implementation

void removeOutput(LogOutput output) {
  _outputs.remove(output);
}