event loger
-
hi all i want to have an event loger in my project at first i want some sample codes to customize them to fit in my project and at second i want to get some idea about it`s graphical interface and ... plase show me some samples :) windows form app :( no wpf thanks in advance
-
hi all i want to have an event loger in my project at first i want some sample codes to customize them to fit in my project and at second i want to get some idea about it`s graphical interface and ... plase show me some samples :) windows form app :( no wpf thanks in advance
Hi, this recent article[^] presents a simple way to log information; it does not rely on Windows Event Viewer stuff though. CodeProject hosts a number of articles dealing with Windows Events and Event Viewer, here[^] is just one of them. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
-
hi all i want to have an event loger in my project at first i want some sample codes to customize them to fit in my project and at second i want to get some idea about it`s graphical interface and ... plase show me some samples :) windows form app :( no wpf thanks in advance
Microsoft Enterprise Libray Logging Application Block[^]
I know the language. I've read a book. - _Madmatt
-
hi all i want to have an event loger in my project at first i want some sample codes to customize them to fit in my project and at second i want to get some idea about it`s graphical interface and ... plase show me some samples :) windows form app :( no wpf thanks in advance
-
You have
System.Diagnostics.Trace
andlog4net
framework.Just google and will find plenty of articles & tutorials how to use them. :)Life is a stage and we are all actors!
hello dear hristo bojilov i want to have my own logger application ! witch could save and retrive my own data the case is having a sample log application to get it`s adiea or customize that app for my own intention
-
Hi, this recent article[^] presents a simple way to log information; it does not rely on Windows Event Viewer stuff though. CodeProject hosts a number of articles dealing with Windows Events and Event Viewer, here[^] is just one of them. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
hello thanks good answer but give me some more please!