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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

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

All overlapping substrings matching a java regex -