Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-xt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-xt
Commits
191cd1e8
Commit
191cd1e8
authored
10 years ago
by
Dr. Felix Tobias Schindler
Browse files
Options
Downloads
Patches
Plain Diff
[common.logging] updated default debug color and documentation
parent
ba419506
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/stuff/common/logging.hh
+3
-2
3 additions, 2 deletions
dune/stuff/common/logging.hh
with
3 additions
and
2 deletions
dune/stuff/common/logging.hh
+
3
−
2
View file @
191cd1e8
...
...
@@ -205,7 +205,7 @@ public:
}
static
const
std
::
string
default_debug_color
()
{
return
"
light
gray"
;
return
"
dark
gray"
;
}
static
const
std
::
string
default_warning_color
()
{
...
...
@@ -334,7 +334,8 @@ int main()
logger.warn() << "<- The 'warn' prefix left of this should be red!" << std::endl;
}
\endcode
* \note Debug logging is only enabled if NDEBUG is not defined.
* \note Debug logging is only enabled if NDEBUG is not defined but you might still want to guard calls to
* logger.debug() for performance reasons.
*/
TimedLogging
&
TimedLogger
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment