Loupe - Log - Monitor - Resolve
Loupe.Agent.EntityFrameworkCore Namespace / EntityFrameworkConfiguration Class
Properties


In This Topic
    EntityFrameworkConfiguration Class Members
    In This Topic

    The following tables list the members exposed by EntityFrameworkConfiguration.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new default configuration  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines if any agent functionality should be enabled. Defaults to true.  
    Public PropertyThe severity used for log messages for entity framework operations that throw an exception. Defaults to Error.  
    Public PropertyDetermines if the call stack for each operation should be recorded  
    Public PropertyDetermines if a log message is written for exceptions during entity framework operations. Defaults to true.  
    Public PropertyThe severity used for log messages for the Entity Framework trace message. Defaults to Verbose.  
    Top
    See Also