Mid GoF Patterns

Log Level Enum:?

  • The LogLevel enum defines the different types of log messages (e.g., Info,

Error).

public enum LogLevel

Info,

Error

More from Design Patterns in C#

All questions for this course