Public Types | Static Public Member Functions | Static Public Attributes
MAKLogger::DtLgrPrinter Class Reference

The logger printer class prints logger specific messages. More...

+ Collaboration diagram for MAKLogger::DtLgrPrinter:

List of all members.

Public Types

enum  MessageLevelsEnum {
  Critical = 0,
  Warning = 1,
  Info = 2,
  Verbose = 3,
  Debug = 4
}

Static Public Member Functions

static void setMessageLevel (MessageLevelsEnum)
static MessageLevelsEnum messageLevel ()
static bool messageWillPrint (DtLgrPrinter::MessageLevelsEnum)
 Will this message level print.
static void critical (const DtString &msg)
 Print a critical message.
static void warning (const DtString &msg)
 Print a warning message.
static void info (const DtString &msg)
 Print an info message.
static void verbose (const DtString &msg)
 Print an info message.
static void debug (const DtString &msg)
 Print a debug message.
static void message (DtLgrPrinter::MessageLevelsEnum, const DtString &)
 Print a message given a specific level.
static void DtPrintLineToOutput (const DtString &)
static void DtPrintToOutput (const DtString &)
static void outputMutex (bool lock)

Static Public Attributes

static void(* messageFunction )(const DtString &)
 Function called, overridable.

Detailed Description

The logger printer class prints logger specific messages.


Member Enumeration Documentation

Enumerator:
Critical 

A critical message that can't be turned off.

Warning 

A Warning message that should usually be printed.

Info 

Basic information regarding operations When the user might have an expectation to be notified when an operation was performed.

Verbose 

Additional information that an end user would like.

Debug 

In depth messages for engineers debugging a problem.


The documentation for this class was generated from the following file:

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)