Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EVENTLOG_SEQUENTIAL_READ = 0x0001 EVENTLOG_SEEK_READ = 0x0002 EVENTLOG_FORWARDS_READ = 0x0004 EVENTLOG_BACKWARDS_READ = 0x0008 MAX_BUFFER_SIZE = 0x7ffff MAX_DEFAULT_BUFFER_SIZE = 0x10000 )
Functions ¶
This section is empty.
Types ¶
type EventLog ¶
Log provides access to the system log.
func OpenEventLog ¶
OpenEventLog retrieves a handle to the specified event log.
func OpenRemoteEventLog ¶
OpenRemoteEventLog does the same as Open, but on different computer host.
func (*EventLog) ReadEventLog ¶
ReadEventLog Calls Windows API to read from log
func (*EventLog) SetBufferSize ¶
SetBufferSize Sets the buffer size and reallocates the buffer
func (*EventLog) SetReadFlags ¶
SetReadFlags Sets the Read Flags for Next Reading
Click to show internal directories.
Click to hide internal directories.