Skip to content

elosLog: Support format strings #18

@simone-weiss

Description

@simone-weiss

The function is currently defined like

void elosLog(elosEventMessageCodeE_t messageCode, elosSeverityE_t severity, uint64_t classification, const char *logMessage)

Assuming Devs have most experience with functions like printf, syslog, etc.

It would be convenient if format strings would be supported, this would be a quality of live improvement.

void elosLog(elosEventMessageCodeE_t messageCode, elosSeverityE_t severity, uint64_t classification, const char * format, ...)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestgood first issuea good task to start and dive into elos development

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions