Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
AnswerRe: Store Double Quote in string Variable Pin
DaveyM6924-May-13 3:13
professionalDaveyM6924-May-13 3:13 
AnswerRe: Store Double Quote in string Variable Pin
Simon_Whale24-May-13 3:14
Simon_Whale24-May-13 3:14 
AnswerRe: Store Double Quote in string Variable Pin
OriginalGriff24-May-13 3:53
mveOriginalGriff24-May-13 3:53 
Questionhow can i create a general log for different classes Pin
neodeaths23-May-13 22:47
neodeaths23-May-13 22:47 
SuggestionRe: how can i create a general log for different classes Pin
Richard MacCutchan24-May-13 0:03
mveRichard MacCutchan24-May-13 0:03 
AnswerRe: how can i create a general log for different classes Pin
Abhinav S24-May-13 1:19
Abhinav S24-May-13 1:19 
AnswerRe: how can i create a general log for different classes Pin
Keith Barrow24-May-13 2:44
professionalKeith Barrow24-May-13 2:44 
AnswerRe: how can i create a general log for different classes Pin
BillWoodruff24-May-13 3:57
professionalBillWoodruff24-May-13 3:57 
As Richard M. suggests, you need to define what you are logging, what format it's in.

Is the logfile you want to create a time-stamped transcription of events as they happen, like the one log4Net creates ?

Or, is it possible that you actually want to have a persistent set of the "states" of each variable over time in memory ? If so, that means a data-structure ... perhaps a LIFO or FIFO stack ... and controlling the "depth" of how many states are stored.

Do you want to use a robust ready-to-go solution, like log4Net, or do you want to build-your-own limited logging facility ? Do you want to log errors/exceptions ?
“Humans are amphibians: half spirit, half animal; as spirits they belong to the eternal world; as animals they inhabit time. While their spirit can be directed to an eternal object, their bodies, passions, and imagination are in continual change, for to be in time, means to change. Their nearest approach to constancy is undulation: repeated return to a level from which they repeatedly fall back, a series of troughs and peaks.” C.S. Lewis

GeneralRe: how can i create a general log for different classes Pin
neodeaths24-May-13 8:50
neodeaths24-May-13 8:50 
AnswerRe: how can i create a general log for different classes Pin
jschell24-May-13 12:20
jschell24-May-13 12:20 
QuestionBusiness Application in VS2010 Pin
picasso223-May-13 17:10
picasso223-May-13 17:10 
AnswerRe: Business Application in VS2010 Pin
Richard MacCutchan24-May-13 0:06
mveRichard MacCutchan24-May-13 0:06 
Questioncrash using a delay on input Pin
Member 1002965523-May-13 13:29
Member 1002965523-May-13 13:29 
AnswerRe: crash using a delay on input Pin
Dave Kreskowiak23-May-13 15:41
mveDave Kreskowiak23-May-13 15:41 
GeneralRe: crash using a delay on input Pin
Member 1002965523-May-13 16:00
Member 1002965523-May-13 16:00 
GeneralRe: crash using a delay on input Pin
Member 1007416123-May-13 22:44
Member 1007416123-May-13 22:44 
GeneralRe: crash using a delay on input Pin
Bernhard Hiller24-May-13 1:56
Bernhard Hiller24-May-13 1:56 
GeneralRe: crash using a delay on input Pin
Member 1007416124-May-13 3:19
Member 1007416124-May-13 3:19 
GeneralRe: crash using a delay on input Pin
Member 1007416124-May-13 6:21
Member 1007416124-May-13 6:21 
GeneralRe: crash using a delay on input Pin
Dave Kreskowiak24-May-13 6:32
mveDave Kreskowiak24-May-13 6:32 
AnswerRe: crash using a delay on input Pin
Bernhard Hiller23-May-13 22:14
Bernhard Hiller23-May-13 22:14 
GeneralRe: crash using a delay on input Pin
Member 1007416123-May-13 22:53
Member 1007416123-May-13 22:53 
QuestionC# check for folder in directory path location Pin
classy_dog23-May-13 10:38
classy_dog23-May-13 10:38 
AnswerRe: C# check for folder in directory path location Pin
NickPace23-May-13 11:19
NickPace23-May-13 11:19 
GeneralRe: C# check for folder in directory path location Pin
jain.shailesh@hotmail.com23-May-13 23:50
jain.shailesh@hotmail.com23-May-13 23:50 

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.