-
Notifications
You must be signed in to change notification settings - Fork 0
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
[v0.4.0] Feature/file logger #4
Conversation
Deprecated WriteMessageHandler from configuration and SetWriteMessageHandler method from configuration builder.
Updated server side check.
README.md
Outdated
@@ -1,6 +1,6 @@ | |||
# Simplr Logger | |||
|
|||
Simple JavaScript logger written in [TypeScript](http://typescriptlang.org). | |||
Simple JavaScript logger written in [TypeScript](http://typescriptlang.org). It's can be used in browser or node application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can be used in browser or node application.
package.json
Outdated
"description": "Simple JavaScript logger written in TypeScript.", | ||
"main": "dist/simplr-logger.js", | ||
"version": "0.4.0-alpha.6", | ||
"description": "Simple JavaScript logger written in TypeScript. It's can be used in browser or node application.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Simple JavaScript logger written in TypeScript that can be used in browser or node application." or
"Simple JavaScript logger written in TypeScript. It can be used in browser or node application."
No description provided.