Skip to content
New issue

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

Bio::Log::LoggerPlus['string'] returning nil #23

Open
vpereira opened this issue Mar 1, 2013 · 1 comment
Open

Bio::Log::LoggerPlus['string'] returning nil #23

vpereira opened this issue Mar 1, 2013 · 1 comment

Comments

@vpereira
Copy link

vpereira commented Mar 1, 2013

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?

@pjotrp
Copy link
Owner

pjotrp commented Mar 1, 2013

Not sure - I'll check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants