Skip to content

Commit 83c787c

Browse files
committed
Add library descriptions
Signed-off-by: Jan Losinski <[email protected]>
1 parent 8cf6fb6 commit 83c787c

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

keywords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Logger KEYWORD1

library.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "ArduinoSimpleLogging",
3+
"keywords": "logging, serial, debug",
4+
"description": "Simple logging framework knowing levels and handlers",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/janLo/ArduinoSimpleLogging.git"
9+
},
10+
"authors":
11+
[
12+
{
13+
"name": "Jan Losinski",
14+
"email": "[email protected]",
15+
"maintainer": true
16+
}
17+
],
18+
"version": "0.1.0",
19+
"frameworks": "arduino",
20+
"platforms": "*"
21+
}

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=ArduinoSimpleLogging
2+
version=0.1.0
3+
author=Jan Losinski <[email protected]>
4+
maintainer=Jan Losinski <[email protected]>
5+
sentence=Simple logging framework knowing levels and handlers
6+
paragraph=You can log to different targets (Debug, Warning, Info, Debug) and add handlers for different targets.
7+
category=Logging
8+
url=https://github.com/janLo/ArduinoSimpleLogging
9+
architectures=*

0 commit comments

Comments
 (0)