Skip to content

std::wstring support #16

@SeppahBaws

Description

@SeppahBaws

In a Windows environment, LPCWSTR is used very often which can be cast to a std::wstring.

Although the variadic versions of the LogX is most often used, in case someone wants to just log a wstring, they would have to do something like this:

std::wstring myString = L"Some text";
Logger::LogInfo("%ls", myString);

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions