Class NullLog
- Namespace
- Pixie
- Assembly
- Pixie.dll
A log implementation that discards all incoming entries.
public sealed class NullLog : ILog
- Inheritance
-
NullLog
- Implements
- Inherited Members
- Extension Methods
Fields
Instance
A log that discards all incoming entries.
public static readonly NullLog Instance
Field Value
- NullLog
A null log.
Methods
Log(LogEntry)
Logs the given entry in this log.
public void Log(LogEntry entry)
Parameters
entryLogEntryThe entry to log.