Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

csg_inverse: better logging #4

Closed
GoogleCodeExporter opened this issue Aug 18, 2015 · 6 comments
Closed

csg_inverse: better logging #4

GoogleCodeExporter opened this issue Aug 18, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

Now we have logging everywhere. We need to clean it up and use a special file 
descriptor for output on screen.

Example:

$cat logtest.sh
#!/bin/bash
msg() { echo "$*" >&3; }
echo STOUT;echo STDERR >&2; msg "SCREEN"
$./logtest.sh 3>&1 &> logfile
SCREEN
$cat logfile
STOUT
STDERR

This makes it also much easier to write custom scripts.

Original issue reported on code.google.com by christop...@gmail.com on 18 Oct 2010 at 5:19

@GoogleCodeExporter
Copy link
Author

Original comment by christop...@gmail.com on 18 Oct 2010 at 5:19

  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by christop...@gmail.com on 3 Dec 2010 at 9:57

  • Added labels: Milestone-Release1.1

@GoogleCodeExporter
Copy link
Author

Original comment by christop...@gmail.com on 3 Dec 2010 at 11:31

  • Added labels: Usability

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision 0f1f2165fb.

csg_inverse works, but inverse function need to be clean up

Original comment by junghans%votca.org@gtempaccount.com on 10 Dec 2010 at 4:45

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision 1bab1711ea.

Original comment by junghans%votca.org@gtempaccount.com on 10 Dec 2010 at 5:07

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by christop...@gmail.com on 21 Jan 2011 at 10:29

  • Added labels: Component-Csg-Scripts

junghans added a commit that referenced this issue Dec 10, 2020
junghans added a commit that referenced this issue Dec 11, 2020
cmake: added some simple tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant