The app will log different message types and an abstract MessageFactory class is to be added together with implementations so they can be passed into the Logger object.
This task will include an implementation of the MessageFactory - WelcomeMessageFactory which will be used to show the welcome message from #1.
The app will log different message types and an abstract
MessageFactory
class is to be added together with implementations so they can be passed into theLogger
object.This task will include an implementation of the
MessageFactory
-WelcomeMessageFactory
which will be used to show the welcome message from #1.