libcommonc++  0.7
FileLogger Member List

This is the complete list of members for FileLogger, including all inherited members.

disableLogLevel(LogLevel level)Logger
enableLogLevel(LogLevel level)Logger
FileLogger(const String &format="[%d %t] %m", size_t maxLogSize=2048, uint_t rotateCount=1)FileLogger
getLogFormat()Loggerinline
isLogLevelEnabled(LogLevel level) constLogger
log(LogLevel level, const char *file, int line, const char *message,...)Logger
LOG_BUFFER_SIZELoggerstatic
Logger(const String &format)Logger
MAX_ROTATE_COUNTFileLoggerstatic
openFile()FileLoggerprotectedvirtual
setFile(const String &dir, const String &name)FileLoggervirtual
setFormat(const String &format)Logger
setMaxLogSize(size_t maxLogSize)FileLogger
setRotateCount(uint_t rotateCount)FileLogger
vlog(LogLevel level, const char *file, int line, const char *message, va_list args)Logger
write(CharBuffer &buffer)FileLoggerprotectedvirtual
~FileLogger()FileLoggervirtual
~Logger()Loggervirtual