NDEVR
API Documentation
Log Streams

Log output stream implementations. More...

Collaboration diagram for Log Streams:

Classes

class  AsciiFileOutputStream
 A LogStream that writes log messages directly to a specified ASCII text file. More...
class  ConnectionPipeStream
 Simply logs to a given connection. More...
class  ConnectionPipeStream::CommonMessageFormats
 Common formats for sending messages over the pipe using setMessageSendFormat Default progress format is message_line. More...
class  ConnectionPipeStream::CommonProgressFormats
 Common formats for sending messages over the pipe using setMessageProgressFormat Default progress format is percent. More...
class  DebugStream
 A LogStream that writes log messages to the platform debug console. More...
class  LogStream
 A listener that receives and processes log messages and progress updates from an InfoPipe. More...
class  LogView
 A table showing a specific log that allows the user to scroll around to view various log entries. More...
class  ProgressWidget
 Displays the progress, either horizontally as a bar or as a round spin dial. More...
class  STDOutputStream
 A LogStream that writes log messages and progress to the standard output console. More...

Detailed Description

Log output stream implementations.

LogStream subclasses that direct log messages to various destinations: the console, files, debug output, UI progress bars, and connection pipes.