Property | Type | Description | |
---|---|---|---|
LogString | String | ||
Message | String | ||
Priority | LogPriority | ||
PriorityTitle | String | ||
Timestamp | System.DateTime |
Method | Description | |
---|---|---|
LoggerArgs ( LogPriority priority, string message, string priorityTitle = null ) : System |
public LoggerArgs ( LogPriority priority, string message, string priorityTitle = null ) : System | ||
priority | LogPriority | |
message | string | |
priorityTitle | string | |
return | System |