Click here to Skip to main content
15,921,531 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Select Drawn Objects Without Getting a System.Windows.Forms.Control Pin
J. Dunlap18-Jan-10 13:11
J. Dunlap18-Jan-10 13:11 
GeneralRe: How to Select Drawn Objects Without Getting a System.Windows.Forms.Control Pin
GeniusMchlahla19-Jan-10 5:23
GeniusMchlahla19-Jan-10 5:23 
GeneralRe: How to Select Drawn Objects Without Getting a System.Windows.Forms.Control Pin
J. Dunlap19-Jan-10 6:27
J. Dunlap19-Jan-10 6:27 
QuestionEditing crystal reports at runtime Pin
kruegs3518-Jan-10 7:03
kruegs3518-Jan-10 7:03 
QuestionMessage Removed Pin
18-Jan-10 6:19
professionalN_tro_P18-Jan-10 6:19 
AnswerRe: Application Info and Error logging Pin
Eddy Vluggen18-Jan-10 7:19
professionalEddy Vluggen18-Jan-10 7:19 
GeneralMessage Removed Pin
18-Jan-10 8:19
professionalN_tro_P18-Jan-10 8:19 
GeneralRe: Application Info and Error logging Pin
Eddy Vluggen18-Jan-10 10:33
professionalEddy Vluggen18-Jan-10 10:33 
Collin Jasnoch wrote:
So what would be the right place?


For a lot of traffic, I'd go for a textfile and import that into a database. Easy to zip & mail, and appending text to a file doesn't cost much cpu-time. This is ideal for logging lots of data, as you can simply dump it without much ado. It would also be the best place to hide your exceptions from the customer if you wanted to - you can encrypt the string before writing it.

The EventLog would be the ideal place for exceptions, and general diagnostic events. Things like starting a service, or registering a new license.

Suspicious | :suss:

AnswerRe: Application Info and Error logging Pin
Not Active18-Jan-10 7:26
mentorNot Active18-Jan-10 7:26 
AnswerRe: Application Info and Error logging Pin
Bardy8518-Jan-10 8:33
Bardy8518-Jan-10 8:33 
AnswerRe: Application Info and Error logging Pin
Keith Barrow18-Jan-10 23:30
professionalKeith Barrow18-Jan-10 23:30 
QuestionPhone dialer application with C# Pin
Drs201018-Jan-10 4:16
Drs201018-Jan-10 4:16 
AnswerRe: Phone dialer application with C# Pin
Covean18-Jan-10 5:36
Covean18-Jan-10 5:36 
GeneralRe: Phone dialer application with C# Pin
Drs201018-Jan-10 13:11
Drs201018-Jan-10 13:11 
GeneralRe: Phone dialer application with C# [modified] Pin
Covean18-Jan-10 21:36
Covean18-Jan-10 21:36 
GeneralRe: Phone dialer application with C# Pin
Drs201019-Jan-10 3:22
Drs201019-Jan-10 3:22 
GeneralRe: Phone dialer application with C# Pin
Covean19-Jan-10 3:54
Covean19-Jan-10 3:54 
GeneralGood Pin
ADNANE-Dev18-Jan-10 4:11
ADNANE-Dev18-Jan-10 4:11 
AnswerRe: What do you think about this article ? Pin
dan!sh 18-Jan-10 4:49
professional dan!sh 18-Jan-10 4:49 
AnswerRe: What do you think about this article ? Pin
Not Active18-Jan-10 5:03
mentorNot Active18-Jan-10 5:03 
QuestionExecute an exe under particular user account? Pin
Sunil G18-Jan-10 3:43
Sunil G18-Jan-10 3:43 
AnswerRe: Execute an exe under particular user account? Pin
toronja7218-Jan-10 3:57
toronja7218-Jan-10 3:57 
AnswerRe: Execute an exe under particular user account? Pin
Eddy Vluggen18-Jan-10 3:57
professionalEddy Vluggen18-Jan-10 3:57 
GeneralRe: Execute an exe under particular user account? Pin
Sunil G18-Jan-10 4:04
Sunil G18-Jan-10 4:04 
GeneralRe: Execute an exe under particular user account? Pin
Eddy Vluggen18-Jan-10 4:43
professionalEddy Vluggen18-Jan-10 4:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.