Interface ILog
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for logging operations.
public interface ILog
- Extension Methods
Methods
NewLogEntry(string)
Creates a new log entry.
void NewLogEntry(string entry)
Parameters
entrystringThe log entry text.