Skip to content

std::wstring support #16

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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