Field Null
Represents a no-op implementation of the ILogWriter interface.
public static readonly ILogWriter Null
Returns
- ILogWriter
- Represents a no-op implementation of the interface.
Remarks
This instance can be used when logging is not required, as it performs no operations and discards all log messages. It is useful for scenarios where a logging dependency is required but no actual logging should occur.