#include "LogLevel.h"
#include "LogInfo.h"
#include "RegistryKey.h"
#include "TStd.h"
#include <boost/algorithm/string/erase.hpp>
#include <boost/foreach.hpp>
#include <map>
Go to the source code of this file.
Classes | |
class | LogFilter |
Simple filter which decides whether the message should be filtered basing on its LogLevel and origin. More... | |
Defines | |
#define | LOGGING_KEYNAME_DEFAULT_LOG_LEVEL _T("DefaultLogLevel") |
#define | LOGGING_KEYNAME_ORIGIN_RULES _T("OriginRules") |
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 LogFilter.h.