Combining Loggers in Effect for Terminal and File Output

What's the most "Effect idiomatic" way to combine loggers? Eg. I want my logs to go both to terminal and a file, but in terminal use Pretty logger, and logFmt in the file.

What's the easiest way to achieve this? Should I just use Logger.make and handle the combining logic myself?
Was this page helpful?