Name | Description | |
---|---|---|
PackageExtension | The file extension (without period) for a Loupe Package File. |
The following tables list the members exposed by Log.
Name | Description | |
---|---|---|
PackageExtension | The file extension (without period) for a Loupe Package File. |
Name | Description | |
---|---|---|
AgentVersion | The version information for the Loupe Agent. | |
ApplicationUserProvider | An implementation of IApplicationUserProvider to capture Application User details from an IPrinciple | |
PrincipalResolver | An implementation of IPrincipalResolver to determine the IPrinciple for each log message and metric sample | |
SendSessionsOnExit | Indicates if the agent should package & send sessions for the current application after this session exits. | |
ServerAuthenticationProvider | Optional. A custom authentication provider for communication between the agent and server | |
SessionSummary | The common information about the active log session. |
Name | Description | |
---|---|---|
Critical | Overloaded. Write a categorized Critical message directly to the Loupe log. | |
CriticalDetail | Overloaded. Write a detailed Critical message directly to the Loupe log. | |
EndFile | Overloaded. End the current log file (but not the session) and open a new file to continue logging. | |
EndSession | Overloaded. Used to explicitly set the session state for the current session and provide a reason. | |
Error | Overloaded. Write a categorized Error message directly to the Loupe log. | |
ErrorDetail | Overloaded. Write a detailed Error message directly to the Loupe log. | |
Information | Overloaded. Write a categorized Information message directly to the Loupe log. | |
InformationDetail | Overloaded. Write a detailed Information message directly to the Loupe log. | |
RecordException | Record an unexpected exception to the log without displaying a user prompt. | |
SendSessions | Overloaded. Safely send sessions to the Loupe Server . Only one send request will be processed at a time. | |
SendSessionsAsync | Overloaded. Safely send sessions asynchronously to the Loupe Server or via email. Only one send request will be processed at a time. | |
StartSession | Overloaded. Attempt to activate the agent. | |
TraceCritical | Overloaded. Write a Critical trace message directly to the Loupe log. | |
TraceError | Overloaded. Write an Error trace message directly to the Loupe log. | |
TraceInformation | Overloaded. Write an Information trace message directly to the Loupe log. | |
TraceVerbose | Overloaded. Write a Verbose trace message directly to the Loupe log. | |
TraceWarning | Overloaded. Write a Warning trace message directly to the Loupe log. | |
Verbose | Overloaded. Write a categorized Verbose message directly to the Loupe log. | |
VerboseDetail | Overloaded. Write a detailed Verbose message directly to the Loupe log. | |
Warning | Overloaded. Write a categorized Warning message directly to the Loupe log. | |
WarningDetail | Overloaded. Write a detailed Warning message directly to the Loupe log. | |
Write | Overloaded. Write a complete log message directly to the Loupe log from a wrapper method or bridging logic, attributing the source of the message farther up the call-stack. |
Name | Description | |
---|---|---|
Initializing | Raised whenever the log system is being started to enable programmatic configuration. | |
MessageAlert | Raised to alert subscribers to any Warning, Error, or Critical log messages, with optional throttling. | |
MessagePublished | Raised to publish log messages as they are committed |
Log Class
Gibraltar.Agent Namespace
Logging - Using with Trace
Logging - Using with External Log Systems
Logging - Using Loupe as a Log System