removeLogTarget static method
Removes a logging target
Implementation
static void removeLogTarget(LogTarget target) {
_logTargets.remove(target);
}
Removes a logging target
static void removeLogTarget(LogTarget target) {
_logTargets.remove(target);
}