Namespace SunamoLogging.Logger.LoggerBaseNS
Classes
- DebugLogger
Debug logger implementation that writes to debug output. This logger is available in Sunamo and provides debug output functionality. For faster logging without explicit methods, create a custom logger class in your application project. The compiler should optimize the calls to be equally efficient.
- DummyLogger
Dummy logger implementation that does nothing. Used as a null object pattern for when logging is disabled.
- SunamoLogger
Sunamo logger implementation that uses ThisApp.Ordinal for output.