We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load bio-table on my irb and trying to create a Table object, i get an error with the logger.
playing around i found the following:
require './lib/bio-table' include BioTable logger = Bio::Log::LoggerPlus['bio-table'] => #nil logger = Bio::Log::LoggerPlus.new('bio-table') => #<Bio::Log::LoggerPlus:0x007f894c2f2da8 @fullname="bio-table", @outputters=[], @additive=true, @name="bio-table", @path="", @parent=#<Log4r::RootLogger:0x007f894c2f2c40 @level=0, @outputters=[]>, @level=0, @trace=false>
I didn't check your bio logger gem, but it looks like either you didn't implement the class method [] or maybe you changed your API?
The text was updated successfully, but these errors were encountered:
Not sure - I'll check.
Sorry, something went wrong.
No branches or pull requests
load bio-table on my irb
and trying to create a Table object, i get an error with the logger.
playing around i found the following:
I didn't check your bio logger gem, but it looks like either you didn't implement the class method [] or maybe you changed your API?
The text was updated successfully, but these errors were encountered: