Skip to content
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

Many arguments in LogDebug lines #66

Closed
mrcamilletti opened this issue Nov 26, 2021 · 3 comments
Closed

Many arguments in LogDebug lines #66

mrcamilletti opened this issue Nov 26, 2021 · 3 comments

Comments

@mrcamilletti
Copy link

Hi! I'm porting the library to a Nordic nrf52 chip. I've some issues with these lines, where the log command has more arguments than permitted by the SDK log function (the maximum number is 6). Is it possible to divide it in two or more calls ?

LogDebug( ( "\n TimeZoneInfo: Timezone %d Year %d Month %d day %d Hour %d Minute %d Second %d ",

LogDebug( ( "SrvStatus: rat %d cs %d, ps %d, mode %d, csRejType %d, csRej %d, psRejType %d, psRej %d, plmn %s%s",

@AniruddhaKanhere
Copy link
Member

Hello @mrcamilletti, thanks for taking the time to report this. We'll take a look and get back to you.

@chinglee-iot
Copy link
Member

chinglee-iot commented Nov 29, 2021

@mrcamilletti, @AniruddhaKanhere
Thank you the your feedback. I will update and reply to this issue.

@chinglee-iot
Copy link
Member

@mrcamilletti, @AniruddhaKanhere
This issue is fixed in #67.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants