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

Change all logging calls referencing LoggerChannelObsolete #219

Open
jakepetroules opened this issue Feb 6, 2013 · 0 comments
Open

Change all logging calls referencing LoggerChannelObsolete #219

jakepetroules opened this issue Feb 6, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@jakepetroules
Copy link
Contributor

Any calls to the logger that are directed to the following channels:

  • LoggerChannelObsolete0
  • LoggerChannelObsolete1
  • LoggerChannelObsolete3

should be changed to use a different channel appropriate for the message being logged, or changed into something else entirely. A good number of these messages seem to be "unimplemented function" warnings which would make more sense as thrown exceptions. As soon as each of these channels is no longer in use, their corresponding enum members should be deleted from the AXRLoggerEnums header.

@ghost ghost assigned veosotano Feb 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants