Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Trace::writeLine Method (std::string&)

Write a string of output, with a newline, to all the TraceListener objects.

C++
static void writeLine(
    const std::string& str
);
Parameters 
Description 
const std::string& str 
The string to output. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!