On Sun, Oct 05, 2008 at 05:37:42PM -0400, Jim Starkey wrote: > You might take a look at the logging mechanism in Falcon. It's designed > so any number of clients can attach to the log, each presenting a mask > of message types to be presented (general, debug, status, performance, > etc.). In particular, it's designed to work with remote clients. > Netfrastructure (Falcon as an application server) has standalone logging > program that will attach to an arbitrary set of servers and, optionally, > send you email when one goes down, etc. > > The Logger itself is Logger.cpp/Logger.h in the Falcon directory. > Messages themselves are written with static methods defined in Log.h, > also in the Falcon directory.
We have something similar in NDB too. -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

