#include <LogFile.hh>
Public Member Functions | |
| clLogFile () | |
| clLogFile (const char *) | |
| ~clLogFile () | |
| bool | Open (const char *) |
| Open logfile. | |
| bool | Add (char, const char *) |
| Add new entry to logfile. | |
| bool | Add (char, const char *, int) |
| Add new entry to logfile with errno. | |
| int | GetError () |
| Get error code. | |
Private Member Functions | |
| void | Time () |
Private Attributes | |
| bool | bOk |
| int | iEC |
| char | cpTime [20] |
| FILE * | FLog |
Definition at line 35 of file LogFile.hh.
|
|
Definition at line 31 of file LogFile.cc. References bOk, iEC, and LOGFILE_NOERROR. |
|
|
Definition at line 38 of file LogFile.cc. References bOk, iEC, LOGFILE_NOERROR, and Open(). |
|
|
Definition at line 46 of file LogFile.cc. |
|
|
Definition at line 96 of file LogFile.cc. References cpTime. Referenced by Add(). |
|
|
Open logfile.
Definition at line 52 of file LogFile.cc. References bOk, FLog, and iEC. Referenced by clBeamSrv2Master::clBeamSrv2Master(), clBeamSrvMaster::clBeamSrvMaster(), clComediSrv::clComediSrv(), clLocate::clLocate(), clLogFile(), clSaveSrv::clSaveSrv(), clSoundProxy::clSoundProxy(), clSoundSrv2::clSoundSrv2(), clSoundSrvA::clSoundSrvA(), and clStreamDist::clStreamDist(). |
|
||||||||||||
|
||||||||||||||||
|
Add new entry to logfile with errno.
Definition at line 82 of file LogFile.cc. |
|
|
Get error code.
Definition at line 73 of file LogFile.hh. References iEC. Referenced by clUIServer::clUIServer(). |
|
|
Definition at line 37 of file LogFile.hh. Referenced by Add(), clLogFile(), Open(), and ~clLogFile(). |
|
|
Definition at line 38 of file LogFile.hh. Referenced by clLogFile(), GetError(), and Open(). |
|
|
Definition at line 39 of file LogFile.hh. |
|
|
Definition at line 40 of file LogFile.hh. Referenced by Add(), Open(), and ~clLogFile(). |
1.3.3