LogIt++
Loading...
Searching...
No Matches
Utils.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _LOGIT_UITLS_HPP_INCLUDED
3#define _LOGIT_UITLS_HPP_INCLUDED
10
11#include "Utils/format.hpp"
15#include "Utils/path_utils.hpp"
16#include "Utils/LogRecord.hpp"
17
18#endif // _LOGIT_UITLS_HPP_INCLUDED
Contains the definition of the LogRecord structure for storing log data.
Structure for storing variables of various types.
Functions for working with arguments and converting them to value arrays.
Utilities for working with character encodings and string transformations.
Function for formatting strings according to a specified format.
Utility functions for path manipulation, including relative path computation.