From f23b5f234956476bce8c110a09a9f1f1fcdb606f Mon Sep 17 00:00:00 2001 From: Domink Sigmund <sigmund.dominik@googlemail.com> Date: Wed, 26 Sep 2018 15:37:20 +0200 Subject: [PATCH] More Fixing --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e1e23a8..cfee573 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # log.js -A real simple logger application +A real simple logger application. +May Optional Log to A File and / or a Graylog-Server ## Installation @@ -14,17 +15,17 @@ Note: The options Part may be omitted, as all parts are optional, but using the ### Methods -`log.info('This is an Information')` -`log.warn('This is a Warning')` -`log.error('This is an Error')` -`log.debug('This is a Debug Message')` +* `log.info('This is an Information')` +* `log.warn('This is a Warning')` +* `log.error('This is an Error')` +* `log.debug('This is a Debug Message')` ### Options ```json { - name: 'Name of App', - hostname: 'Server Hostname', + name: 'Name of App. Default: Name of BaseFolder', + hostname: 'Server Hostname, Default: os.hostname()', file: 'File to Append Log to', graylog: [ { -- GitLab