5 #include "ace/String_Base.h"
8 #if !defined (ACE_LACKS_PRAGMA_ONCE)
10 #endif /* ACE_LACKS_PRAGMA_ONCE */
12 class Logger_i
: public virtual POA_Logger
18 ofstream log_file
; // Output file stream to which messages are logged.
19 time_t log_time
; // Needed for creating a time stamp.
20 ACE_TString log_time_string
; // The time stamp string.
22 virtual CORBA::Boolean
log_message (const char * message
);
24 #endif /* LOGGERI_H_ */