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

Contrast message from the level #55

Open
ghost opened this issue May 18, 2019 · 0 comments
Open

Contrast message from the level #55

ghost opened this issue May 18, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented May 18, 2019

Using this syntax:

require 'yell'
z = Yell.new(STDOUT, :colors => true)
z.warn 'abcde'

I get colored output, but the level and message are colored the same. I think it
would be better to contrast the message from the level. Some projects from
Python color the level only:

from logzero import logger
logger.warning('abcde')

or color the message only:

import coloredlogs, logging
coloredlogs.install()
logging.warning('abcde')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants