static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
virtual uint32 get_file_line_number() const noexcept
Gets the line number in the file that contains the code that is executing. This information is typica...
virtual const xtd::string & get_file_name() const noexcept
Gets the file name that contains the code that is executing. This information is typically extracted ...
virtual uint32 get_offset() const noexcept
Gets the offset from the start of the code for the method that is being executed.
virtual uint32 get_file_column_number() const noexcept
Gets the column number in the file that contains the code that is executing. This information is typi...
static constexpr uint32 OFFSET_UNKNOWN
Defines the value that is returned from the get_offset() method when the offset is unknown....
Definition stack_frame.h:102
virtual const xtd::string & get_method() const noexcept
Gets the method in which the frame is executing.
Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the c...
Definition stack_frame.h:40