Design Pattern Examples
Overview of object-oriented design patterns
Bridge_LogHelper.h
Go to the documentation of this file.
1
5
6
#pragma once
7
#ifndef __BRIDGE_LOGHELPER_H__
8
#define __BRIDGE_LOGHELPER_H__
9
10
#include <stdbool.h>
11
#include <stdlib.h>
12
22
bool
LogHelper_FormatLogLine
(
const
char
* loglevel,
const
char
* message,
char
* output,
size_t
maxOutputSize);
23
24
#endif
// __BRIDGE_LOGHELPER_H__
LogHelper_FormatLogLine
bool LogHelper_FormatLogLine(const char *loglevel, const char *message, char *output, size_t maxOutputSize)
Format a line for logging, including time stamp.
Definition:
Bridge_LogHelper.c:29
c
Bridge_LogHelper.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6