mariadb/ndb/include/logger
unknown ba3086a2d2 BUG#11331 "Warning: could not add log destination" message does not provide enough info
Implement error reporting to Logger and associated classes.


ndb/include/logger/LogHandler.hpp:
  Add error string to LogHandler along with error code
ndb/include/logger/Logger.hpp:
  Add reporting back of error to addHandler(BaseString).
ndb/src/common/logger/FileLogHandler.cpp:
  Implement error reporting
ndb/src/common/logger/LogHandler.cpp:
  Implement error reporting.
  
  Trim spaces and tabs out of parameter names. This allows "p=v, param=value"
ndb/src/common/logger/Logger.cpp:
  Report back errors when adding a handler via BaseString
ndb/src/common/logger/SysLogHandler.cpp:
  Report an error on invalid syslog facility
ndb/src/mgmsrv/MgmtSrvr.cpp:
  Report error when adding log handler
2006-01-13 11:43:50 +11:00
..
ConsoleLogHandler.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
FileLogHandler.hpp compilation fix for AIX 2004-10-26 09:48:01 +00:00
Logger.hpp BUG#11331 "Warning: could not add log destination" message does not provide enough info 2006-01-13 11:43:50 +11:00
LogHandler.hpp BUG#11331 "Warning: could not add log destination" message does not provide enough info 2006-01-13 11:43:50 +11:00
SysLogHandler.hpp wl1744 - nbd windoze port 2004-11-10 14:18:49 +01:00