Hi, I would like to extend Tracer API --> https://github.com/apache/activemq-nms-api/blob/master/src/nms-api/Tracer.cs
with "Trace" log level. Currently there are 5 log levels available (Debug, Info, Warn, Error, Fatal), but Trace is missing. Ideally I would like to abandon Tracer concept whatsoever, and replace it with something more suitable for this day and age, like Microsoft.Extensions.Logging.Abstractions, which is de facto standard abstraction for logging concerns in .net world. What do you think? Thanks, Krzysztof
