]> git.evergreen-ils.org Git - OpenSRF.git/commit
Added osrfLogGetLevel method, then applied
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 20 Jun 2007 03:49:48 +0000 (03:49 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 20 Jun 2007 03:49:48 +0000 (03:49 +0000)
commit64a58c743c41512ad903588df2a4dc31a0980c74
tree1520d40079d6845c716ad7c0e29ac52ac67d70a4
parenta21f6104317a54975c2991a4b48feb956f5212ef
Added osrfLogGetLevel method, then applied
partial patch from Scott McKellar:

Whenever a declared identifier had two leading underscores, I
removed the first one, except for a few cases where I removed the
second one and kept the first one.

I moved the prototypes for the following functions to log.c, and
declared them static:

 osrfLogSetType
 _osrfLogDetail
 _osrfLogToFile
 _osrfLogSetXid

I declared the following variables static:

 _osrfLogType
 _osrfLogFacility
 _osrfLogActFacility
 _osrfLogFile
 _osrfLogAppname
 _osrfLogLevel
 _osrfLogActivityEnabled
 _osrfLogIsClient
 _osrfLogXid
 _osrfLogXidPfx

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@954 9efc2488-bf62-4759-914b-345cdb29e865
src/utils/log.c
src/utils/log.h