|
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...
|
|
template<> |
string | kanzi::logArgumentToString (const bool &value) |
| Used by logging system to convert bool to string. More...
|
|