#include <src/FileMgr/POSIXFileHandler.h>
Definition at line 17 of file POSIXFileHandler.h.
POSIXFileHandler::POSIXFileHandler |
( |
IMessageSvc * |
msg | ) |
|
Definition at line 15 of file POSIXFileHandler.cpp.
15 :
m_log( msg,
"POSIXFileHandler" )
virtual int outputLevel() const =0
Retrieve the current output level threshold.
Definition at line 78 of file POSIXFileHandler.cpp.
88 if ( close(
fd ) != 0 ) {
MSG::Level level() const
Retrieve output level.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition at line 23 of file POSIXFileHandler.cpp.
35 int mm = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
37 fd = open( n.
c_str(), (int)f, mm );
void setLevel(int level)
Update outputlevel.
MSG::Level level() const
Retrieve output level.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition at line 99 of file POSIXFileHandler.cpp.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
int POSIXFileHandler::m_level |
|
private |
The documentation for this class was generated from the following files: