GumbyMan82
6dfa7dbf10
Update logging.md ( #1238 )
...
Add information on how to find out the symbolic names of the bundles
2020-06-16 22:21:57 +02:00
Scott Rushworth
b89c4a9319
Corrected and updated logging example ( #1144 )
...
Removed example using the + operator for string concatenation, since we should only be recommending parameterized logging. I also removed the string formatting example, since this could cause confusion when using Items with UoM.
Signed-off-by: Scott Rushworth <openhab@5iver.com>
2020-01-20 19:20:43 +01:00
fex01
5718bcb3f9
Update logging.md ( #1054 )
...
Corrected a spelling mistake (line 281)
2019-10-08 10:18:22 +02:00
David Gräff
64e3d99edd
Rewrite developer section ( #942 )
...
* Rewrite developer section
* More work on module types
* More module-type stuff
* Adapt vuepress files
* Write binding doc
* Add TODOs for missing topics
* Add all missing topics from ESH.
* Tests
* Audio extensions
* Utilities
* i18n
* Event-bus
* Small fixes
* Command Description
* Add some tocs
* Add concept drawing to binding dev.
* Update developers/osgi/configadmin.md
Co-Authored-By: davidgraeff <david.graeff@web.de>
* Update administration/logging.md
Co-Authored-By: davidgraeff <david.graeff@web.de>
* Update developers/bindings/thing-xml.md
Co-Authored-By: davidgraeff <david.graeff@web.de>
* Convert HTML tables to Markdown
Signed-off-by: Hakan Tandogan <hakan@tandogan.com>
* Resolved one line per sentence review parts.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update developers/index.md
* Update developers/buildsystem.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Add persistence placeholder. Address review comments
* fix persistence subdirectory
Signed-off-by: David Graeff <david.graeff@web.de>
* Update developers/audio/index.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/guidelines.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/contributing.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/buildsystem.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/guidelines.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/index.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/index.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/osgi/osgids.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/transformations/index.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/ioservices/index.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Remove extensionservices (for now ;)
Signed-off-by: David Graeff <david.graeff@web.de>
* Fix typos
Signed-off-by: David Graeff <david.graeff@web.de>
* Added example code for 'DynamicCommandDescriptionProvider' and 'DynamicCommandDescriptionProvider'
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Added example code for 'ThingHandlerFactory'
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Applied review comments
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-05-02 20:52:37 +02:00
Jerome Luckenbach
ae90389d40
Refactoring of nearly all markdown tables. ( #869 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-13 14:25:05 +01:00
Angelos Fountoulakis
484cd53e30
Update logging.md to exclude FATAL level ( #821 )
...
Remove Log Level `FATAL` since it does not exist in Karaf 4.x
Ref: http://karaf.apache.org/manual/latest/#_log4j_v2_support
It does exist as a standard log level built-in to log4j2 (https://logging.apache.org/log4j/2.x/manual/customloglevels.html ) but it is not available on Karaf.
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
2018-12-05 20:38:03 +01:00
Angelos Fountoulakis
f183788dc2
Update Logging article, log4j2 ( #814 )
...
* Update Logging article, log4j2
Closes https://github.com/openhab/openhab-docs/issues/476 (yes, 1 year later 👍 )
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Further updates on logging.md
[!] Changed the introductory text in section `#defining-what-to-log`
[!] Split the text in section `#defining-what-to-log` to one line per sentence
[!] Minor cosmetic improvements
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Removed unnecessary blank lines
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-11-19 13:00:40 +01:00
Thomas Dietrich
39963e689e
Fix typo in logging article, fixes #615
...
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2018-01-04 22:29:53 +01:00
bgilmer77
2b3586399e
[Logging] Add example for logging Item state ( #546 )
...
* Add example for logging Item State
- Addresses #534
- Edited text to improve comprehension
- Changed "Demo" to "heating-control.rules" in text
- Changed "Demo" example to "heating-control.rules" example in #534
- Article needs more work, but this PR is limited to addressing this issue.
* Address various comments from ThomDietrich
- Numerous changes to address comments
Signed-off-by: Brad Gilmer <brad@gilmer.tv> (github: bgilmer77)
* Shorten package name/log example
- Shortened package to e.model.script.heating-control.rules
- Removed one of the temp entries from the logging example
Signed-off-by: Brad Gilmer <brad@gilmer.tv> (github: bgilmer77)
* Add improvements
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Change suggested by @bgilmer
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-11-08 13:23:08 +01:00
Angelos Fountoulakis
44266484bf
[Logging] Small correction on log command ( #286 )
...
Closes : #285 (https://github.com/openhab/openhab-docs/issues/285 )
Small Correction on Log command to display exceptions
Signed-off-by: Angelos agf@itcs.ro (github: AngelosF)
2017-02-02 13:34:42 +01:00
M-ax-G
a3fa6a75d8
[Logging] Update loglevels description ( #212 )
...
* Update logging.md
* Update logging.md
* Update logging.md
Signed-off-by: Max Grenkowitz <mxgrnkwtz@gmail.com> (github: M-ax-G)
Also signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-22 14:31:39 +01:00
Thomas Dietrich
ccf16c3c58
[Logging] Fix formatting
2016-11-12 19:33:30 +01:00
Christian Häussler
d2cc60145f
Update paths to new OH2 folder layout, improve content ( #130 )
...
CHanges related to https://github.com/openhab/openhab-distro/pull/318
* Add HABmin and HABPanel UIs to Overview
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
* Update working devices
https://github.com/openhab/openhab-syno-spk/issues/29
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
* Updating paths for new OH2 folder layout
Fix for #129
Needed for: openhab/openhab-distro#318
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
* Updating paths for new OH2 folder layout
Fix for #129
Needed for: openhab/openhab-distro#318
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
* Updating paths for new OH2 folder layout
Fix for #129
Needed for: openhab/openhab-distro#318
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
* Updating paths for new OH2 folder layout
Fix for #129
Needed for: openhab/openhab-distro#318
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
* Improve console interface text
* Correct path information, clarify details
* Update logging.md
* Remove redundant already commented content
* Add exlicit syntax to code fences
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de>
2016-11-12 19:28:23 +01:00
Thomas Dietrich
228e74fa83
Add title to most pages, fixes ( #60 )
...
minor spelling and format inconsistencies
upper case headlines
deletes spaces and lines at the end
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-08-05 12:10:20 +02:00
joergkling
49c89a643a
Rewrite of examples in chapter "Administration" so that they based on the demo setup ( #52 )
...
Signed-off-by: Joerg Kling <joerg.kling@gmail.com>
2016-08-02 11:35:18 +02:00
joergkling
576c75cb4a
Small enhancements to chapter "Administration" and new sub-chapter "Runtime Commands" ( #47 )
...
* Small enhancements plus new chapter "Runtime Commands"
Signed-off-by: Joerg Kling <joerg.kling@gmail.com>
2016-07-16 21:50:38 +02:00
joergkling
a3dc71de8a
Enhancements to chapter "Administration" ( #20 )
...
New Chapter "Administration"
Signed-off-by: Joerg Kling <joerg.kling@gmail.com>
2016-06-11 12:48:53 +02:00
joergkling
fb21092209
New Chapter "Administration" ( #13 )
...
Signed-off-by: Joerg Kling <joerg.kling@gmail.com>
2016-06-04 20:39:05 +02:00