You are here: RainWorx.FrameWorx.Utility > LogEntry Class > LogEntry Constructor

LogEntry Constructor

AuctionWorx 3.5 API
Initializes a new instance of the LogEntry class

Namespace:  RainWorx.FrameWorx.Utility
Assembly:  RainWorx.FrameWorx.Utility (in RainWorx.FrameWorx.Utility.dll) Version: 3.5

Syntax

C#
public LogEntry(
	DateTime dateStamp,
	string message,
	string title,
	string functionalArea,
	TraceEventType severity,
	string actor,
	Exception exception,
	Dictionary<string, Object> properties,
	int priority,
	int eventID,
	string machineName
)

Parameters

dateStamp
Type: SystemDateTime
message
Type: SystemString
title
Type: SystemString
functionalArea
Type: SystemString
severity
Type: System.DiagnosticsTraceEventType
actor
Type: SystemString
exception
Type: SystemException
properties
Type: System.Collections.GenericDictionaryString, Object
priority
Type: SystemInt32
eventID
Type: SystemInt32
machineName
Type: SystemString
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.