Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

TraceType enum should not pretend to be a flags enum (because it's not) #24

Closed
Eilon opened this issue Sep 30, 2014 · 1 comment
Closed

Comments

@Eilon
Copy link
Member

Eilon commented Sep 30, 2014

This enum: https://github.com/aspnet/Logging/blob/dev/src/Microsoft.Framework.Logging.Interfaces/TraceType.cs

It uses powers of 2, but is not a flags enum. It should just use 0, 1, 2, 3, etc.

@Eilon
Copy link
Member Author

Eilon commented Sep 30, 2014

@sonjakhan

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

No branches or pull requests

3 participants