You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > RealTimeController Class > LogError Method

RealTimeControllerLogError Method

AuctionWorx 3.5 API
Inserts a log entry with the specified details

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

Syntax

C#
public JsonResult LogError(
	string message,
	string title,
	string type
)

Parameters

message
Type: SystemString
the message to log
title
Type: SystemString
the title to log
type
Type: SystemString
optional log entry type; default: Warning; valid values: Error, Critical, Information, Resume, Start, Stop, Suspend, Transfer, Verbose

Return Value

Type: JsonResult
See Also

Reference

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