Interface ILog
- Namespace
- Pixie
- Assembly
- Pixie.dll
Defines common functionality for logs that accept entries.
public interface ILog
- Extension Methods
Methods
Log(LogEntry)
Logs the given entry in this log.
void Log(LogEntry entry)
Parameters
entryLogEntryThe entry to log.