dart-lang / core

This repository is home to core Dart packages.
https://pub.dev/publishers/dart.dev
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

logging: Remove LoggerHandler #417

Open DartBot opened 9 years ago

DartBot commented 9 years ago

Originally opened as dart-lang/sdk#12031

This issue was originally filed by @seaneagan


Now that Logger uses Streams (issue dart-lang/core#411), what is the purpose of LoggerHandler? AFAIK, typedefs are not exposed for other Streams in common libraries, and shouldn't need to be. Especially if we have some other mechanism to create handlers like issue dart-lang/core#415.

DartBot commented 9 years ago

Comment by madsager


cc @sigmundch. cc @gramster. Added Area-Library, Triaged labels.

DartBot commented 9 years ago

Comment by lrhn


Added Library-Logging label.

DartBot commented 9 years ago

Comment by lrhn


Removed Area-Library label. Added Area-Pkg label.

DartBot commented 9 years ago

Comment by anders-sandholm


Removed Library-Logging label. Added Pkg-Logging label.