Method | Description | |
---|---|---|
LogEntry ( Object message, IEnumerable |
Initializes a new instance of the LogEntry class.
|
Method | Description | |
---|---|---|
Clone ( ) : |
Creates a read-only clone from this instance. Used internally for broadcasting the instance to multiple ILogTargets.
|
|
LogEntry ( Object message, IEnumerable |
public LogEntry ( Object message, IEnumerable |
||
message | Object | The message. |
categories | IEnumerable |
The categories. |
return | System |