C# Class HA4IoT.Logger.LogEntry

Exibir arquivo Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
LogEntry ( long id, System.DateTime timestamp, int threadId, LogEntrySeverity severity, string source, string message ) : System

Method Details

LogEntry() public method

public LogEntry ( long id, System.DateTime timestamp, int threadId, LogEntrySeverity severity, string source, string message ) : System
id long
timestamp System.DateTime
threadId int
severity LogEntrySeverity
source string
message string
return System