Skip to content

Commit

Permalink
[Server] Add method to get logging mask.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Mar 6, 2018
1 parent 38add6f commit 8bab32f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/XrdSys/XrdSysError.hh
Expand Up @@ -147,10 +147,12 @@ XrdSysLogger *logger(XrdSysLogger *lp=0)
void Say(const char *text1, const char *text2=0, const char *txt3=0,
const char *text4=0, const char *text5=0, const char *txt6=0);

// Set the loging mask (only used by clients of this object)
// Set/Get the loging mask (only used by clients of this object)
//
void setMsgMask(int mask) {msgMask = mask;}

int getMsgMask() {return msgMask;}

// SetPrefix() dynamically changes the error prefix
//
inline const char *SetPrefix(const char *prefix)
Expand Down

0 comments on commit 8bab32f

Please sign in to comment.