Skip to content
Snippets Groups Projects
Forked from ogs / ogs
26112 commits behind the upstream repository.
Thomas Fischer's avatar
Tom Fischer authored
moved functions getFileNameFromPath(), getSuffixFromPath(), copyPathToFileName() and extractPath() from files StringTools.{cpp,h} to files FileTools.{cpp,h}
0631b656
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

OpenGeoSys 6

Intro Base

Logging with logog

For details how to use logog see the OGS devguide and the logog documentation.

logog is integrated as a git-subtree and can be updated with (executed in the sources root):

git-subtree pull -P BaseLib/logog --squash https://github.com/johnwbyrd/logog.git

It was initially integrated with:

git-subtree add -P BaseLib/logog --squash https://github.com/johnwbyrd/logog.git master