µð¹ö±ë À̾߱â
 FrontPage|FindPage|TitleIndex|RecentChanges|UserPreferences E D R S P I M H RSS

°ÔÀÓ ¼­¹öÀÇ ±¸Á¶°æÀï·Â ÀÖ´Â ÇÁ·Î±×·¡¸ÓÀÇ Á¶°Ç³ªÀº ÄÚµùÀ» À§ÇÑ 12´Ü°èµ¥ÀÌŸº£À̽º °øºÎµ¥ÀÌŸ¾ÏȣȭÇϱ⠛ µð¹ö±ë À̾߱â
<!> UnderConstruction

Contents:
1 Áֿ丵ũ
2 Event Logging Functions
3 Exception ó¸®
3.1 Error Log Level


1 Áֿ丵ũ #


2 Event Logging Functions #


Function Description
BackupEventLog Saves the specified event log to a backup file.
ClearEventLog Clears the specified event log, and optionally saves the current copy of the logfile to a backup file.
CloseEventLog Closes a read handle to the specified event log.
DeregisterEventSource Closes a write handle to the specified event log.
GetEventLogInformation Retrieves information about the specified event log.
GetNumberOfEventLogRecordsRetrieves the number of records in the specified event log.
GetOldestEventLogRecord Retrieves the absolute record number of the oldest record in the specified event log.
NotifyChangeEventLog Enables an application to receive notification when an event is written to the specified event logfile.
OpenBackupEventLog Opens a handle to a backup event log.
OpenEventLog Opens a handle to an event log.
ReadEventLog Reads a whole number of entries from the specified event log.
RegisterEventSource Retrieves a registered handle to an event log.
ReportEvent Writes an entry at the end of the specified event log.


3 Exception ó¸® #


3.1 Error Log Level #


Level Description
TRACE Enabled when I want to just see the flow of program. It prints messages at entry and exit of a function.
INFO Used to print important events in program.
DEBUG Used to enable debug-tracing statements. These are usually printed to see the state of the program.
ERROR Used to print error conditions in the program.
FATAL Used to print a fatal event. This usually results in program termination.



CategoryProgramming

EditText|FindPage|DeletePage|LikePages| Valid XHTML 1.0! Valid CSS! powered by MoniWiki