Interface ILogEntry
Representation of an entry in the log.
public interface ILogEntry
- Extension Methods
Properties
ElapsedMsec
Elapsed time in msec from start of the log to when the entry was generated.
int ElapsedMsec { get; }
Property Value
Level
Severity level of the entry.
JobLogLevel Level { get; }
Property Value
Message
Entry message.
string Message { get; }
Property Value
ProcessStep
Processing step name.
string ProcessStep { get; }