You are here: RainWorx.FrameWorx.Utility > LogManager Class > LogManager Methods > WriteLog Method (String, String, String, TraceEventType, String, Exception, Dictionary(String, Object))

LogManagerWriteLog Method (String, String, String, TraceEventType, String, Exception, DictionaryString, Object)

AuctionWorx 3.5 API

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

Syntax

C#
public static void WriteLog(
	string message,
	string title,
	string functionalArea,
	TraceEventType severity,
	string actor,
	Exception exception,
	Dictionary<string, Object> properties
)

Parameters

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
See Also

Reference

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