| | Name | Description |
  | Critical | Overloaded. Write a categorized Critical message directly to the Gibraltar log. |
  | CriticalDetail | Overloaded. Write a detailed Critical message directly to the Gibraltar log. |
  | DisplayConsentDialog | Windows clients should call this to display the auto send consent form outside of the startup sequence. |
  | DisplayStartupConsentDialog | Windows clients should call this to display the auto send consent form on startup if necessary |
  | 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 Gibraltar log. |
  | ErrorDetail | Overloaded. Write a detailed Error message directly to the Gibraltar log. |
  | Information | Overloaded. Write a categorized Information message directly to the Gibraltar log. |
  | InformationDetail | Overloaded. Write a detailed Information message directly to the Gibraltar log. |
  | RecordException | Record an unexpected exception to the log without displaying a user prompt. |
  | RegisterUIThread | Ensures the calling thread is configured for the Agent to manage exceptions. See Remarks for description of the rare circumstances this is needed. |
  | ReportException | Record an unexpected exception to the log and report it to the user if possible. |
  | SendMessage | Send an email message using the agent's email configuration |
  | SendSessions | Safely send sessions to the hub or via email. Only one send request will be processed at a time. |
  | SendSessionsAsync | Safely send sessions asynchronously to the hub or via email. Only one send request will be processed at a time. |
  | ShowLiveViewer | Windows applications only. Shows the Gibraltar Live Viewer immediately (as if the user pressed the hotkey). |
  | StartSession | Overloaded. Attempt to activate the agent. |
  | TraceCritical | Overloaded. Write a Critical trace message directly to the Gibraltar log. |
  | TraceError | Overloaded. Write an Error trace message directly to the Gibraltar log. |
  | TraceInformation | Overloaded. Write an Information trace message directly to the Gibraltar log. |
  | TraceVerbose | Overloaded. Write a Verbose trace message directly to the Gibraltar log. |
  | TraceWarning | Overloaded. Write a Warning trace message directly to the Gibraltar log. |
  | Verbose | Overloaded. Write a categorized Verbose message directly to the Gibraltar log. |
  | VerboseDetail | Overloaded. Write a detailed Verbose message directly to the Gibraltar log. |
  | Warning | Overloaded. Write a categorized Warning message directly to the Gibraltar log. |
  | WarningDetail | Overloaded. Write a detailed Warning message directly to the Gibraltar log. |
  | Write | Overloaded. Write a complete log message directly to the Gibraltar log from a wrapper method or bridging logic, attributing the source of the message farther up the call-stack. |