Overview   Class List   Class Hierarchy   Class Members   Functions & Constants   Defines   Header Files  

uima::LogStream Class Reference

List of all members.

Detailed Description

The class LogStream logs user-related information which would otherwise be hard to concatenate into a single string.

Therefor it can be used whereever LogFacility::logMessage() is not easy to use.


Public Types

enum  EnEntryType { EnMessage, EnWarning, EnError }
 The types of log entries we distinguish. More...

Public Member Functions

LogStreamflush ()
 This function must be called to tell the stream that the end of a message has been reached.


Member Enumeration Documentation

enum uima::LogStream::EnEntryType
 

The types of log entries we distinguish.

Enumeration values:
EnMessage  Messsage.
EnWarning  Warning.
EnError  Error.


Member Function Documentation

LogStream& uima::LogStream::flush  ) 
 

This function must be called to tell the stream that the end of a message has been reached.

It trigger the actual writing of the acumulated stream content into the log.


The documentation for this class was generated from the following file:
Generated on Mon Oct 1 16:04:13 2012 for UIMACPP API by  doxygen 1.3.9.1