Commit 92857db9 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge branch 'feature/ZP-560-add-syslog-option-for-logging' of...

Merge branch 'feature/ZP-560-add-syslog-option-for-logging' of https://stash.z-hub.io/scm/zp/z-push into feature/ZP-560-add-syslog-option-for-logging
parents fdb87e01 2a2049ff
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
* The views and conclusions contained in the software and documentation are those of the * The views and conclusions contained in the software and documentation are those of the
* authors and should not be interpreted as representing official policies, either expressed * authors and should not be interpreted as representing official policies, either expressed
* or implied, of Leon van Kammen / Coder of Salvation * or implied, of Leon van Kammen / Coder of Salvation
*
* https://github.com/coderofsalvation/syslog-flexible
*/ */
class ZSyslog { class ZSyslog {
...@@ -103,4 +105,4 @@ class ZSyslog { ...@@ -103,4 +105,4 @@ class ZSyslog {
case LOGLEVEL_WBXMLSTACK: return LOG_DEBUG; break; case LOGLEVEL_WBXMLSTACK: return LOG_DEBUG; break;
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment