Interface ILog
The payroll log object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILog : IModel, IEquatable<ILog>
Properties
Comment
The log comment (immutable)
Declaration
string Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
The log error (immutable)
Declaration
string Error { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Level
The log level (immutable)
Declaration
LogLevel Level { get; set; }
Property Value
| Type | Description |
|---|---|
| LogLevel |
Message
The log message name (immutable)
Declaration
string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Owner
The log owner (immutable)
Declaration
[StringLength(128)]
string Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OwnerType
The log owner type (immutable)
Declaration
[StringLength(128)]
string OwnerType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
User
The log user (immutable)
Declaration
string User { get; set; }
Property Value
| Type | Description |
|---|---|
| string |