README.md in ougai-1.4.4 vs README.md in ougai-1.5.0

- old
+ new

@@ -40,10 +40,18 @@ require 'ougai' logger = Ougai::Logger.new(STDOUT) ``` +### TRACE level + +The `level` of logger supports **TRACE** level lower than **DEBUG**. + +```ruby +logger.level = Ougai::Logger::TRACE # , :trace or 'trace' +``` + ### log only a message ```ruby logger.info('Information!') ``` @@ -332,9 +340,10 @@ - [Use as Rails logger](https://github.com/tilfin/ougai/wiki/Use-as-Rails-logger) and apply the request with [Lograge](https://github.com/roidrage/lograge) - [Customize Sidekiq logger](https://github.com/tilfin/ougai/wiki/Customize-Sidekiq-logger) - [Forward logs to Fluentd](https://github.com/tilfin/ougai/wiki/Forward-logs-to-Fluentd) - [Forward logs to Logentries](https://github.com/tilfin/ougai/wiki/Forward-logs-to-Logentries) +- [Use as ServerEngine logger](https://github.com/tilfin/ougai/wiki/Use-as-ServerEngine-logger) ## License [MIT](LICENSE.txt)