Usually loggers are used to log given message (error, warnings or information) to a log file (simple text file or xml)
Usually loggers are used to log given message (error, warnings or information) to a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, the obvious choces are Strategy (one logger that can be configured to use different output options) and Composite (multiplex output over several output outions).
So something like this (in Java):