#include <kanzi/core/cpp/string_view.hpp>
#include <kanzi/core/error/exception.hpp>
#include <kanzi/core/log/log_argument_format.hpp>
#include <kanzi/core/string/fixed_string.hpp>
#include <kanzi/core/string/immutable_string.hpp>
#include <kanzi/core/string/shared_immutable_string.hpp>
Namespaces | |
kanzi | |
Functions | |
template<> | |
string | kanzi::logArgumentToString (const std::exception &exception) |
Used by logging system to convert standard exception type objects to string. More... | |
template<> | |
string | kanzi::logArgumentToString (const FixedString &fixedString) |
Used by logging system to convert fixed strings to string. More... | |
template<> | |
string | kanzi::logArgumentToString (const ImmutableString &immutableString) |
Used by logging system to convert immutable strings to string. More... | |
template<> | |
string | kanzi::logArgumentToString (const SharedImmutableString &sharedImmutableString) |
Used by logging system to convert shared immutable strings to string. More... | |
template<> | |
string | kanzi::logArgumentToString (const string_view &stringView) |
Used by logging system to convert string_view to string. More... | |