Skip to content

Commit b80053c

Browse files
committed
Add README
1 parent d00eae2 commit b80053c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Syslog client for Windows
2+
-------------------------
3+
4+
This is bare-bones client code for using syslog on Windows.
5+
6+
The syslog.h header file contains Windows specific information. In
7+
particular, users of this code need to call init_syslog() prior to
8+
calling any of the syslog functions. This limitation may be fixed in
9+
the future.
10+
11+
TODO:
12+
13+
- Remove requirement for init_syslog().
14+
15+
- Make threading more efficient. As it is, all syslog calls are
16+
serialized. Each thread should be able invoke syslog without
17+
blocking on each other.
18+
19+
- Add a makefile and build a library and perhaps an SxS assembly.
20+
21+
22+
-----
23+
Asanka Herath <[email protected]>

0 commit comments

Comments
 (0)