From 4dc10e8763c586b43a91a7889769e4a527e9d319 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 7 May 2012 11:18:30 +0200 Subject: [PATCH] Added information how logog is integrated. --- Base/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Base/README.md b/Base/README.md index e48b101060c..9fdcc0c5ef8 100644 --- a/Base/README.md +++ b/Base/README.md @@ -2,3 +2,14 @@ ## Intro Base ## +### Logging with logog ### + +For details how to use logog see the [OGS devguide](http://ufz.github.com/devguide/logging/) and the [logog documentation](http://johnwbyrd.github.com/logog/). + +[logog](http://johnwbyrd.github.com/logog/) is integrated as a [git-subtree](https://github.com/apenwarr/git-subtree) and can be updated with (executed in the sources root): + + git-subtree pull -P Base/logog --squash https://github.com/johnwbyrd/logog.git + +It was initially integrated with: + + git-subtree add -P Base/logog --squash https://github.com/johnwbyrd/logog.git master -- GitLab