Skip to content

Commit

Permalink
feat: add log type for console compability
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Mar 31, 2018
1 parent 2325c62 commit 96a8162
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export default {
level: 1,
color: 'yellow'
},
log: {
level: 2,
color: 'white'
},
info: {
level: 2,
color: 'blue'
Expand Down

0 comments on commit 96a8162

Please sign in to comment.