Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "error" and "info"-method to Logger #11845

Closed
DartBot opened this issue Jul 16, 2013 · 4 comments
Closed

Add "error" and "info"-method to Logger #11845

DartBot opened this issue Jul 16, 2013 · 4 comments
Labels

Comments

@DartBot
Copy link

DartBot commented Jul 16, 2013

This issue was originally filed by off...@mikemitterer.at


What steps will reproduce the problem?
final Logger logger = new Logger("rest.DefeaultRESTErrorProcessor");
logger.error("Does not work");

Please provide any additional information below.
Most Logging-Frameworks use "error" to print out error-messages.
You use "severe", this is OK but give us "error" to.

The same with "info" - I don't know who is using fine, finer, finest - means nothing.
fine, finer, finest???? - please provide us with "info" in addition to "fine"

@iposva-google
Copy link
Contributor

Added Area-Pkg, Triaged labels.

@sigmundch
Copy link
Member

Added Library-Logging label.

@anders-sandholm
Copy link
Contributor

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

@kevmoo
Copy link
Member

kevmoo commented Jun 24, 2015

This issue was moved to dart-lang/logging#23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants