using celog event tracking tool on wince??help in C#

V

vicky

hey ppl...oki let me mk u understand first....

actually i am making a dummy project on wince with C# as my
language....
but in my project i need to have a log of some events such as some
exception occur or some of my user define event ...and also i need to
read back these events and show on GUI front
so for event tracking mechanism i m going with celog event tracking
tool and making aplication in VS2005 with smart device as new
project...which i ll deploy in emulator


but i am not able to start with that as not getting which file i should

include for accessing celog function.


thanks
vishal
 
G

Guest

The CF has no inherent ability to output data in a CELog format. You'll have
to implement it yourself. It also doesn't have any magic hooks for you to
get just any event or to log exceptions without catching it in some handler.
 
V

vikash

hello
as per my understanding u should better create a text file using the
file stream class
and append log as text in it on any event u wish.
u can show the text file in any gui front

thanks n regards
vikash
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top