-
Notifications
You must be signed in to change notification settings - Fork 37
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
Showing Dates / Timestamps for log entries #43
Comments
From the first view, I like having a date format like const logger = new Logdown({
prefix: function() {
var time = new Date().toLocaleString();
return time + ' MyModule';
}
}); |
Like both ideas
You mind crating issues for both so we can work on it? |
I created the two issues: From my side we can close down this issue here. WDYT? |
Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I really like the
logdown.js
project but does it support timestamps in front of log messages?We are looking for something that can replace our current log library which gives us these features:
The text was updated successfully, but these errors were encountered: