|
LogUtilities 1.5.1
A small compiled library for C logging and configuration utility 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. | |
Functions for formatting binary or otherwise difficult-to-read encodings into human readable format.
| void formatLogTimestamp | ( | const FILETIME | ft, |
| char * | buffer ) |
Format timestamp in human-readable format for logger with millisecond precision.
| ft | The filetime timestamp to format. |
| buffer | A buffer with minimum size: char buffer[24] |
| void printHeaderData | ( | HeaderData * | headerData | ) |
Prints the header data to the terminal.
| headerData | Pointer to the HeaderData structure to be printed. |