Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Writing entries to system log

api
plugins

Hi,

How do I write events to the systemlog - I have looke into http://www.geminiplatform.com/downloads/v5/Countersoft.Gemini.Samples.zip but cannot find any references to this ?

Im developing a plugin.

/Morten

Modist
· 1
Modist
Replies (1)
helpful
0
not helpful
ANSWER

Here is an example.

GeminiApp.LogException(new Exception("Authentication failure") { Source = "Authentication" }, false);


Gurinder
· 350
Gurinder