C# Class NContext.Extensions.Logging.LogEntry

Defines a log entry.
Afficher le fichier Open project: PowerDMS/NContext Class Usage Examples

Méthodes publiques

Méthode Description
LogEntry ( Object message, IEnumerable categories ) : System

Initializes a new instance of the LogEntry class.

Private Methods

Méthode Description
Clone ( ) : LogEntry

Creates a read-only clone from this instance. Used internally for broadcasting the instance to multiple ILogTargets.

LogEntry ( Object message, IEnumerable categories, DateTimeOffset occurredOn, Object>.IDictionary auxiliaryProperties ) : System

Method Details

LogEntry() public méthode

Initializes a new instance of the LogEntry class.
public LogEntry ( Object message, IEnumerable categories ) : System
message Object The message.
categories IEnumerable The categories.
Résultat System