Interface IEnableLogger
- Namespace
- Splat
- Assembly
- Splat.dll
"Implement" this interface in your class to get access to the Log() Mixin, which will give you a Logger that includes the class name in the log.
[ComVisible(false)]
public interface IEnableLogger
- Extension Methods