Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Logging Namespace / ExceptionSourceProvider Class
Properties Methods


In This Topic
    ExceptionSourceProvider Class Members
    In This Topic

    The following tables list the members exposed by ExceptionSourceProvider.

    Public Constructors
     NameDescription
    Public ConstructorConstruct an ExceptionSourceProvider based on a provided Exception.  
    Top
    Public Properties
     NameDescription
    Public PropertyShould return the full name of the class (with namespace) whose method issued the log message.  
    Public PropertyShould return the name of the file containing the method which issued the log message.  
    Public PropertyShould return the line within the file at which the log message was issued.  
    Public PropertyShould return the simple name of the method which issued the log message.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverride to adjust message source information after they have been automatically calculated using the default algorithm  
    Top
    See Also