Table of Contents

Interface ILogEntry

Namespace
Tlabs.JobCntrl.Model
Assembly
Tlabs.JobCntrl.dll

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

int

Level

Severity level of the entry.

JobLogLevel Level { get; }

Property Value

JobLogLevel

Message

Entry message.

string Message { get; }

Property Value

string

ProcessStep

Processing step name.

string ProcessStep { get; }

Property Value

string