LogUtilities 1.5.1
A small compiled library for C logging and configuration utility functions.
Loading...
Searching...
No Matches
Formatting functions

Functions for formatting binary or otherwise difficult-to-read encodings into human readable format.
More...

Functions

void formatLogTimestamp (const FILETIME ft, char *buffer)
 Format timestamp in human-readable format for logger with millisecond precision.
 
void printHeaderData (HeaderData *headerData)
 Prints the header data to the terminal.
 

Detailed Description

Functions for formatting binary or otherwise difficult-to-read encodings into human readable format.

Function Documentation

◆ formatLogTimestamp()

void formatLogTimestamp ( const FILETIME ft,
char * buffer )

Format timestamp in human-readable format for logger with millisecond precision.

Parameters
ftThe filetime timestamp to format.
bufferA buffer with minimum size: char buffer[24]

◆ printHeaderData()

void printHeaderData ( HeaderData * headerData)

Prints the header data to the terminal.

Parameters
headerDataPointer to the HeaderData structure to be printed.