LoggerInfo Class Reference

#include <LoggerI.h>

List of all members.

Public Member Functions

 LoggerInfo (const std::string &message="", const std::string &time="")
void setMessage (const char *message)
void setTime ()
const char * getMessage ()
const char * getTime ()

Protected Attributes

std::string message_
std::string time_


Detailed Description

Definition at line 27 of file LoggerI.h.


Constructor & Destructor Documentation

LoggerInfo::LoggerInfo ( const std::string message = "",
const std::string time = "" 
)

Definition at line 24 of file LoggerI.cpp.


Member Function Documentation

void LoggerInfo::setMessage ( const char *  message  ) 

Definition at line 32 of file LoggerI.cpp.

References message_.

Referenced by Logger::addLog(), and Logger::log().

void LoggerInfo::setTime (  ) 

Definition at line 37 of file LoggerI.cpp.

References time_.

Referenced by Logger::addLog(), and adminLog().

const char* LoggerInfo::getMessage (  )  [inline]

Definition at line 37 of file LoggerI.h.

References message_.

Referenced by Logger::addLog(), ConsoleLogger::logMessage(), ServerLog::logMessage(), FileLogger::logMessage(), LogDialog::logMessage(), and ConsoleImpl::logMessage().

const char* LoggerInfo::getTime (  )  [inline]

Definition at line 38 of file LoggerI.h.

References time_.

Referenced by ConsoleLogger::logMessage(), ServerLog::logMessage(), and FileLogger::logMessage().


Member Data Documentation

std::string LoggerInfo::message_ [protected]

Definition at line 41 of file LoggerI.h.

Referenced by getMessage(), and setMessage().

std::string LoggerInfo::time_ [protected]

Definition at line 42 of file LoggerI.h.

Referenced by getTime(), and setTime().


The documentation for this class was generated from the following files:
Generated on Mon Feb 16 15:15:03 2009 for Scorched3D by  doxygen 1.5.3