|
OpenMS
2.5.0
|
Go to the documentation of this file.
108 void configure(
const Param & param);
117 std::ostream & getStream(
const String & stream_name);
147 std::set<String> & getConfigSetByName_(
const String & stream_type);
std::map< String, StreamHandler::StreamType > stream_type_map_
Maps the registered streams to a StreamHandler::StreamType.
Definition: LogConfigHandler.h:166
A more convenient string class.
Definition: String.h:58
The LogConfigHandler provides the functionality to configure the internal logging of OpenMS algorithm...
Definition: LogConfigHandler.h:52
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::set< String > warn_streams_
List of all streams that were appended to OpenMS::OpenMS_Log_warn.
Definition: LogConfigHandler.h:162
StreamType
Defines the type of the stream that should be handled.
Definition: StreamHandler.h:74
static LogConfigHandler * instance_
Definition: LogConfigHandler.h:172
std::set< String > error_streams_
List of all streams that were appended to OpenMS::OpenMS_Log_error.
Definition: LogConfigHandler.h:163
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
Log Stream Class.
Definition: LogStream.h:311
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
std::set< String > info_streams_
List of all streams that were appended to OpenMS::OpenMS_Log_info.
Definition: LogConfigHandler.h:161
static String PARAM_NAME
Name of the parameter in which the configuration should be stored.
Definition: LogConfigHandler.h:56
Management and storage of parameters / INI files.
Definition: Param.h:73
std::set< String > debug_streams_
List of all streams that were appended to OpenMS::OpenMS_Log_debug.
Definition: LogConfigHandler.h:160
std::set< String > fatal_streams_
List of all streams that were appended to OpenMS::OpenMS_Log_fatal.
Definition: LogConfigHandler.h:164