Class StaticLogger
- Namespace
- SunamoDependencyInjection
- Assembly
- SunamoDependencyInjection.dll
Base class providing static logger functionality for derived classes.
public class StaticLogger
- Inheritance
-
StaticLogger
- Inherited Members
- Extension Methods
Fields
Logger
Gets or sets the static logger instance. It has to be a variable, not a property, to avoid looking weird. Better one warning here that I can suppress than a million occurrences that look strangely.
protected static ILogger Logger