Namespace: Rx – Class: ScopedTrace – Header: Rx.Core/Logging.h

ScopedTrace::ScopedTrace Constructor

C++
ScopedTrace(const char* file, const char* method, int line)

Constructor. Automatically creates a log entry when this object is created.

Parameters

[const char*] file

The file.

[const char*] method

The method.

[int] line

The line.