First version of the Golang logging library 45/245/2 v0.0.1
authorRoni Riska <roni.riska@nokia.com>
Tue, 4 Jun 2019 08:27:33 +0000 (11:27 +0300)
committerRoni Riska <roni.riska@nokia.com>
Tue, 4 Jun 2019 08:33:03 +0000 (11:33 +0300)
commitaaffc8ebe3f1dd3d3f77b80d5de3de7465994863
treeb058ef078e6e274d8a31dd37a02289a3b000bed6
parent59f84608ec15c016958a6e0e0ddd813f376c0925
First version of the Golang logging library

Change-Id: Id2a997eb1269a20f428fd94fce7051ecfc9ab1e6
Signed-off-by: Roni Riska <roni.riska@nokia.com>
.gitignore [new file with mode: 0644]
LICENSES.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
cmd/logtester/main.go [new file with mode: 0644]
mdclog.go [new file with mode: 0644]
mdclog_test.go [new file with mode: 0644]