Name | Description | |
---|---|---|
![]() ![]() | CanFindPackager | Indicates if the packager executable is available where this process can find it. |
![]() ![]() | CanSendSessions | Indicates if we have sufficient configuration information to automatically send packages while running (via email or server). |
![]() ![]() | CanSendSessionsOnExit | Indicates if we have sufficient configuration information to automatically send packages upon exit (via email or server). |
![]() ![]() | DebugBreak | Automatically stop debugger like a breakpoint, if enabled. |
![]() ![]() | EndFile | Overloaded. End the current log file (but not the session) and open a new file to continue logging. |
![]() ![]() | EndSession | Overloaded. Called at the end of the process execution cycle to indicate that the process shut down normally or explicitly crashed. |
![]() ![]() | Flush | Ensure all messages have been written completely |
![]() ![]() | Initialize | Attempt to initialize the log system. If it is already initialized it will return immediately. |
![]() ![]() | IsEmailSubmissionConfigured | Indicates if we have sufficient configuration information to automatically send packages by email submission. |
![]() ![]() | IsHubSubmissionConfigured | Indicates if we have sufficient configuration information to automatically send packages to a Loupe Server. |
![]() ![]() | IsLoggingActive | Indicates if logging is active, performing initialization if necessary |
![]() ![]() | RecordException | Overloaded. Record an unexpected Exception to the Gibraltar central log, formatted automatically. |
![]() ![]() | RegisterFilter | Add an implementation of IFilter to inspect and modify data recorded by Loupe. |
![]() ![]() | SendSessions | Send sessions using packager |
![]() ![]() | SetSendSessionsOnExit | Set the SendSessionsOnExit setting. (Should only be called through the SendSessionsOnExit property in Monitor.Log or Agent.Log.) |
![]() ![]() | StartSession | Overloaded. Called to activate the logging system. If it is already active then this has no effect. |
![]() ![]() | Trace | Overloaded. Write a Verbose trace message directly to the Gibraltar log. |
![]() ![]() | UnregisterFilter | Remove the specified IFilter implementation from the set of filters. |
![]() ![]() | Write | Overloaded. Record the provided set of metric samples to the log. |
![]() ![]() | WriteMessage | Overloaded. Write a trace message directly to the Gibraltar log with an optional attached Exception and specifying Queued or WaitForCommit behavior. |