Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
af1dbc50
Commit
af1dbc50
authored
Jul 04, 2011
by
Michal 'vorner' Vaner
Browse files
[trac747] Add doxygen params
parent
03d70771
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/log/log_formatter.h
View file @
af1dbc50
...
...
@@ -163,6 +163,8 @@ public:
}
/// \brief String version of arg.
///
/// \param arg The text to place into the placeholder.
Formatter
&
arg
(
const
std
::
string
&
arg
)
{
if
(
logger_
)
{
// Note that this method does a replacement and returns the
...
...
@@ -182,7 +184,8 @@ public:
/// \brief Exception version of arg.
///
/// Simply for convenience, so the .what() doesn't have to be typed.
/// \param e An exception which the "what()" is extracted an put into the
/// message.
Formatter
&
arg
(
const
std
::
exception
&
e
)
{
if
(
logger_
)
{
return
(
arg
(
e
.
what
()));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment