Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
03b4fe6c
authored
Feb 17, 2016
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base_cpp: fixed cpplint warnigs
parent
93b21bde
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
base_cpp/include/embb/base/log.h
+11
-12
No files found.
base_cpp/include/embb/base/log.h
View file @
03b4fe6c
...
@@ -92,8 +92,8 @@ class Log {
...
@@ -92,8 +92,8 @@ class Log {
embb_log_level_t
log_level
,
/**< [in] Log level to use */
embb_log_level_t
log_level
,
/**< [in] Log level to use */
char
const
*
message
,
/**< [in] Message to convey, may use
char
const
*
message
,
/**< [in] Message to convey, may use
\c printf style formatting */
\c printf style formatting */
...
/**< Additional parameters determined
by
...
/**< Additional parameters determined
the format specifiers in
by
the format specifiers in
\c message */
\c message */
);
);
...
@@ -107,8 +107,8 @@ class Log {
...
@@ -107,8 +107,8 @@ class Log {
char
const
*
channel
,
/**< [in] User specified channel id */
char
const
*
channel
,
/**< [in] User specified channel id */
char
const
*
message
,
/**< [in] Message to convey, may use
char
const
*
message
,
/**< [in] Message to convey, may use
\c printf style formatting */
\c printf style formatting */
...
/**< Additional parameters determined
by
...
/**< Additional parameters determined
the format specifiers in
by
the format specifiers in
\c message */
\c message */
);
);
...
@@ -122,8 +122,8 @@ class Log {
...
@@ -122,8 +122,8 @@ class Log {
char
const
*
channel
,
/**< [in] User specified channel id */
char
const
*
channel
,
/**< [in] User specified channel id */
char
const
*
message
,
/**< [in] Message to convey, may use
char
const
*
message
,
/**< [in] Message to convey, may use
\c printf style formatting */
\c printf style formatting */
...
/**< Additional parameters determined
by
...
/**< Additional parameters determined
the format specifiers in
by
the format specifiers in
\c message */
\c message */
);
);
...
@@ -136,8 +136,8 @@ class Log {
...
@@ -136,8 +136,8 @@ class Log {
char
const
*
channel
,
/**< [in] User specified channel id */
char
const
*
channel
,
/**< [in] User specified channel id */
char
const
*
message
,
/**< [in] Message to convey, may use
char
const
*
message
,
/**< [in] Message to convey, may use
\c printf style formatting */
\c printf style formatting */
...
/**< Additional parameters determined
by
...
/**< Additional parameters determined
the format specifiers in
by
the format specifiers in
\c message */
\c message */
);
);
...
@@ -150,14 +150,13 @@ class Log {
...
@@ -150,14 +150,13 @@ class Log {
char
const
*
channel
,
/**< [in] User specified channel id */
char
const
*
channel
,
/**< [in] User specified channel id */
char
const
*
message
,
/**< [in] Message to convey, may use
char
const
*
message
,
/**< [in] Message to convey, may use
\c printf style formatting */
\c printf style formatting */
...
/**< Additional parameters determined
by
...
/**< Additional parameters determined
the format specifiers in
by
the format specifiers in
\c message */
\c message */
);
);
};
};
}
// namespace base
}
// namespace base
}
// namespace embb
}
// namespace embb
#endif
/
* EMBB_BASE_LOG_H_ */
#endif /
/ EMBB_BASE_LOG_H_
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