jonsequitur / Its.Log

Get information out of your code at runtime to send it to log files, perf counters, consoles, services, sensors. Maximum flexibility and maintainability, minimum code.
Other
13 stars 10 forks source link

Rename `Formatter<>` to make it log-specific #43

Open JayBazuzi opened 8 years ago

JayBazuzi commented 8 years ago

Don't pollute the namespace by using a general name for such a specific concept.

Rename to LogFormatter<> or nest it inside Log, so it becomes Log.Formatter<>.

jonsequitur commented 8 years ago

The use of a nested class as a namespace always seems a little strange to me.

The rename makes sense but it would be a breaking change. There's a list of such changes that I'd like to make for 3.0, depending on people's interest.