Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Log « Development Class « C# / C Sharp
C# / C Sharp
Development Class
Log
1.
Demonstrates registering and event source and writing to the Application Log
2.
Add a EventLogTraceListener to the listener collection and writing error messages to the Application log
3.
Test Log
4.
Set Text Output To Event Log
5.
Log utility based on File with File.AppendAllText
6.
Log message with StreamWriter
7.
File Logger
8.
Log error to a file
9.
Logger
10.
Log Utility
11.
Log Exception with Event Log
12.
Logger class
13.
Logger 2
14.
Instantiates a Trace log for detailed tracking of an application's internal activities.
15.
Your own Logger
16.
Implements a TextWriter for writing information to the debugger log.