Ruby Configatron, multiple values? -


if i'm setting configuration ruby application logging using configatron, know how to:

1. enum values, e.g. configatron.log.level = 'debug' other acceptable values such error, warn, info. forced , other values other these rejected?

2. multiple values e.g. configatron.log.logto = [:file, :udp, :stdout] i'd these values enforceable.

any clues appreciated.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -