Implement logs chaining
The point of chaining is to have one central application logger and all other loggers are using that configuration.
Chained loggers should be possibly shifted by some priority of logging (such as they start logging their info messages on debug or trace level of main application).