Mid GoF Patterns

Request Handling:?

  • When a log message is passed to the infoLogger, it checks if it can handle

the message. If the message level is Info, it processes the message. If not,

it passes the request to the next handler (errorLogger).

Follow:

More from Design Patterns in C#

All questions for this course