Home -> LogTargetConsole -> Create

Description

The Create method creates a console target and returns it wrapped in a smart pointer compatible with LogManager.AddLogTarget.

Usage

static std::unique_ptr<LogTargetConsole, ILogTarget::Deleter> Create();

Return value

[LogTargetConsole]
A newly constructed LogTargetConsole object wrapped in a smart pointer that uses ILogTarget::Deleter.

See also