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

Utility class for logging to channel #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 26, 2018

  1. Add helper class to make logging to a channel safer by supporting cod…

    …e completion and avoiding having to correct type channel name each time.
    astruyk committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    4576bc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Added ability to filter based on log level (instead of just muting ch…

    …annel entirely) and added tests to ensure filters are working.
    astruyk committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    32ef326 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Code review changes.

    * Use << to shift bits instead of literal values
    * Remove 'Hide' prefix from filters that cause calls to be ignored
    * Compare with '== 0' instead of ' != Filters.XXX'
    astruyk committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    57142fa View commit details
    Browse the repository at this point in the history