#include "GenericLogPrinter.h"
#include "LogContentsPrinter.h"
#include "Loggable.h"
#include "CompositeLoggable.h"
#include "LogInfo.h"
#include "RegistryKey.h"
#include "TStd.h"
#include "TBoostFormat.h"
#include <boost/utility.hpp>
Go to the source code of this file.
Classes | |
class | SimpleContentsPrinter |
This LogContentsPrinter implementation writes both the SimpleLoggables and CompositeLoggables onto a std::ostringstream in a simple format including the Loggable's name. More... | |
class | FirstLevelContentsPrinter |
This LogContentsPrinter implementation writes only the CompositeLoggables onto a std::ostringstream in a simple format that doesn't include the Loggable's name. More... | |
class | SimpleTextLogPrinter |
This GenericLogPrinter implementation formats the log messages into a simple text format, suitable for displaying on a terminal output. More... |
Contains the definitions of ostream::operator<< overloads for various objects used in the logging system.
Copyright © 2009 NVIDIA Corporation. All rights reserved.
NVIDIA Corporation and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without express license agreement from NVIDIA Corporation is strictly prohibited.
Definition in file SimpleTextLogPrinter.h.