Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
aeac1764
Commit
aeac1764
authored
Jul 17, 2020
by
Melissa Elkadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turned off color in log messages
parent
03e0656e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
common/utils/LOG/log.h
common/utils/LOG/log.h
+5
-5
No files found.
common/utils/LOG/log.h
View file @
aeac1764
...
...
@@ -100,11 +100,11 @@ extern "C" {
/* .log_format = 0x13 uncolored standard messages
* .log_format = 0x93 colored standard messages */
/* keep white space in first position; switching it to 0 allows colors to be disabled*/
#define LOG_RED "\033[
1;31m"
/*
!< \brief VT100 sequence for bold red foreground */
#define LOG_GREEN "\033[
32m"
/*
!< \brief VT100 sequence for green foreground */
#define LOG_ORANGE "\033[
93m"
/*
!< \brief VT100 sequence for orange foreground */
#define LOG_BLUE "\033[
34m"
/*
!< \brief VT100 sequence for blue foreground */
#define LOG_CYBL "\033[
40;36m"
/*
!< \brief VT100 sequence for cyan foreground on black background */
#define LOG_RED "\033[
0m"
/*[1;31m"
!< \brief VT100 sequence for bold red foreground */
#define LOG_GREEN "\033[
0m"
/*[32m"
!< \brief VT100 sequence for green foreground */
#define LOG_ORANGE "\033[
0m"
/*[93m"
!< \brief VT100 sequence for orange foreground */
#define LOG_BLUE "\033[
0m"
/*[34m"
!< \brief VT100 sequence for blue foreground */
#define LOG_CYBL "\033[
0m"
/*[40;36m"
!< \brief VT100 sequence for cyan foreground on black background */
#define LOG_RESET "\033[0m"
/*!< \brief VT100 sequence for reset (black) foreground */
/* @}*/
...
...
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