Logging subsystem specialization of logArgumentToString for user defined types. More...
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... | |
Logging subsystem specialization of logArgumentToString for user defined types.
|
inline |
Used by logging system to convert standard exception type objects to string.
See template logArgumentToString().
|
inline |
Used by logging system to convert fixed strings to string.
See template logArgumentToString().
|
inline |
Used by logging system to convert immutable strings to string.
See template logArgumentToString().
|
inline |
Used by logging system to convert shared immutable strings to string.
See template logArgumentToString().
|
inline |
Used by logging system to convert string_view to string.
See template logArgumentToString().