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

Bear.err/warn/debug: convert params to string #556

Closed
sils opened this issue May 20, 2015 · 0 comments
Closed

Bear.err/warn/debug: convert params to string #556

sils opened this issue May 20, 2015 · 0 comments

Comments

@sils
Copy link
Member

sils commented May 20, 2015

Its going on my nerves to not be able to do self.debug(some_list) but having to do self.debug(str(some_list)). We should probably convert all *messages in LogMessages to string implicitly.

@sils sils added this to the 0.2 alpha milestone May 20, 2015
@sils sils self-assigned this May 25, 2015
sils added a commit that referenced this issue May 25, 2015
This will allow anyone to do logging without converting all arguments
to str every time, especially the bears can do self.debug(5).

Fixes #556
sils added a commit that referenced this issue May 26, 2015
This will allow anyone to do logging without converting all arguments
to str every time, especially the bears can do self.debug(5).

Fixes #556
sils added a commit that referenced this issue May 26, 2015
This will allow anyone to do logging without converting all arguments
to str every time, especially the bears can do self.debug(5).

Fixes #556
sils added a commit that referenced this issue May 26, 2015
This will allow anyone to do logging without converting all arguments
to str every time, especially the bears can do self.debug(5).

Fixes #556
@sils sils closed this as completed in 167f015 May 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant