-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance Logger #1755
Open
5 of 8 tasks
Comments
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Nov 14, 2022
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Dec 19, 2022
21 tasks
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Dec 20, 2022
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Feb 6, 2023
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Feb 6, 2023
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Feb 6, 2023
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Feb 6, 2023
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 3, 2023
21 tasks
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 3, 2023
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 3, 2023
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 3, 2023
elBoberido
added a commit
that referenced
this issue
Apr 4, 2023
…ll-places iox-#1755 Use new log macros in all places
elBoberido
added a commit
to ApexAI/iceoryx
that referenced
this issue
Apr 13, 2023
elBoberido
added a commit
that referenced
this issue
Apr 18, 2023
…-terminate iox-#1755 flush testing logger on terminate
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Sep 6, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Sep 6, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Sep 6, 2023
21 tasks
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Sep 8, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Sep 16, 2023
elBoberido
added a commit
that referenced
this issue
Sep 18, 2023
…for-arithmetic-types-for-logstream iox-#1755 Distinct overloads for arithmetic types for logstream
21 tasks
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Oct 24, 2023
elBoberido
added a commit
that referenced
this issue
Oct 25, 2023
…-raw iox-#1755 Add log bin and log raw
21 tasks
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
22 tasks
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 11, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 12, 2024
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Mar 12, 2024
elBoberido
added a commit
that referenced
this issue
Mar 12, 2024
…n-the-platform-layer-to-the-logger iox-#1755 Redirect printing in the platform layer to the logger
22 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
Enhance the basic logger implementation from #1345
Detailed information
LogStream& operator<<
instead of the templated method with SFINEA for arithmetic typesLogStream& operator(const bool value)
for e.g.IOX_LOG(INFO) << greater_or_equal<uint32_t, 42>(13)
if
statement without braces causes warnings in the static code analyzerchar
int8_t
anduint8_t
are supported which desugar tosigned char
andunsigned char
'a'
only"a"
worksConsoleLogger
-DIOX_LOGGER_PATH
cmake argumentThe text was updated successfully, but these errors were encountered: