Inserts a log entry with the specified details
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: JsonResultSee Also