-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issuea good task to start and dive into elos developmenta good task to start and dive into elos development
Description
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, ...)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issuea good task to start and dive into elos developmenta good task to start and dive into elos development