Logger implementations. There exist many different loggers, but all of them are implemented
differently in various languages. We needed portable classes, that would allow to quickly
transfer code from one language to another. We can wrap existing loggers into/around
our ILogger class.
Logger implementations. There exist many different loggers, but all of them are implemented differently in various languages. We needed portable classes, that would allow to quickly transfer code from one language to another. We can wrap existing loggers into/around our ILogger class.