|
@@ -51,3 +51,18 @@
|
|
|
`iconv -f gbk -t utf-8 index.html -o entest.html`
|
|
|
`ln -s /home/nn/package/ file`
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)
|
|
|
+DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)
|
|
|
+DbgWithLink(LOG_LEVEL_ERROR, LOG_TYPE_SYSTEM)
|
|
|
+DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)
|
|
|
+
|
|
|
+DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_USER)
|
|
|
+DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_USER)
|
|
|
+DbgWithLink(LOG_LEVEL_ERROR, LOG_TYPE_USER)
|
|
|
+DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER)
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|