Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Models Namespace / LogMessage Class
Properties


In This Topic
    LogMessage Class Members
    In This Topic

    The following tables list the members exposed by LogMessage.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertySession Id as set by JS Agent when it started  
    Public PropertyThe log message caption  
    Public PropertyThe category to log against  
    Public PropertyThe log message description  
    Public PropertyOptional. Additional details, such as client browser settings  
    Public PropertyOptional. Details of a client side exception  
    Public PropertyInformation about the method that generated the message  
    Public PropertyOptional. Parameters to be added to the message  
    Public PropertySpecifics the sequence number of the message  
    Public PropertySessionId from either cookie or set by client  
    Public PropertySeverity of the message  
    Public PropertySpecifies when the log message was created on the client  
    Top
    See Also