Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 17, 2015
1 parent a1170e3 commit ad532e2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,13 @@ Store a message of given `type` internally and also output it.

For each level you have a function following the pattern:

### .\[loglevel\]({String} <message>)

For each log level that you declared in the constructor (or the default log levels provides by the library if you don't declare nothing) will be created a function with the same name to output a message with these log level.
### .print()

### .isPrintable({String} <type>)
Prints all messages internally stored.

Determines if a type of message should be outputted.

### .colorize({String} <color> {String} <message>)
### .\[loglevel\]({String} <message>)

Determines is a instance of `acho` is outputted with colors.
For each log level that you declared in the constructor (or the default log levels provides by the library if you don't declare nothing) will be created a function with the same name to output a message with these log level.

## License

Expand Down

0 comments on commit ad532e2

Please sign in to comment.