Add `unknown` method to list of methods to write current log [ci skip]

This commit is contained in:
soartec-lab 2019-03-21 23:49:53 +09:00
parent 382a9563a3
commit e1e6b18e95
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ TIP: The default Rails log level is `debug` in all environments.
### Sending Messages
To write in the current log use the `logger.(debug|info|warn|error|fatal)` method from within a controller, model, or mailer:
To write in the current log use the `logger.(debug|info|warn|error|fatal|unknown)` method from within a controller, model, or mailer:
```ruby
logger.debug "Person attributes hash: #{@person.attributes.inspect}"