Home
last modified time | relevance | path

Searched refs:LOGID (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/logging/
H A DLogger.java36 private static final LogIDs LOGID = LogIDs.LOGGER; field in Logger
50 log(new LogEvent(LOGID, "**** Logging starts: " + in log() argument
53 log(new LogEvent(LOGID, "java.home=" + System.getProperty("java.home"))); in log() argument
55 log(new LogEvent(LOGID, "java.version=" in log() argument
58 log(new LogEvent(LOGID, "os=" + System.getProperty("os.arch") + "/" in log() argument
62 log(new LogEvent(LOGID, "user.dir=" + System.getProperty("user.dir"))); in log() argument
64 log(new LogEvent(LOGID, "user.home=" + System.getProperty("user.home"))); in log() argument
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/bucketconfig/
H A Dbc_file.cc31 #define LOGID(fb) fb->filename.c_str() macro
74 …lcb_log(LOGARGS(this, ERROR), LOGFMT "Couldn't open for reading: %s", LOGID(this), strerror(save_e… in load_cache()
85 lcb_log(LOGARGS(this, DEBUG), LOGFMT "Modification time too old", LOGID(this)); in load_cache()
91 lcb_log(LOGARGS(this, WARN), LOGFMT "File '%s' is empty", LOGID(this), filename.c_str()); in load_cache()
101 lcb_log(LOGARGS(this, ERROR), LOGFMT "Couldn't find magic", LOGID(this)); in load_cache()
115 lcb_log(LOGARGS(this, ERROR), LOGFMT "Couldn't parse configuration", LOGID(this)); in load_cache()
122 lcb_log(LOGARGS(this, ERROR), LOGFMT "Not applying cached memcached config", LOGID(this)); in load_cache()
127 …GARGS(this, ERROR), LOGFMT "Bucket name in file is different from the one requested", LOGID(this)); in load_cache()
156 lcb_log(LOGARGS(this, INFO), LOGFMT "Writing configuration to file", LOGID(this)); in write_cache()
163 …lcb_log(LOGARGS(this, ERROR), LOGFMT "Couldn't open file for writing: %s", LOGID(this), strerror(s… in write_cache()
[all …]
/dports/devel/rlog/rlog-1.4/rlog/
H A Drlog-novariadic.h46 #define rDebug _rMessage( LOGID, rlog::_RLDebugChannel, RLOG_COMPONENT )
47 #define rInfo _rMessage( LOGID, rlog::_RLDebugChannel, RLOG_COMPONENT )
48 #define rWarning _rMessage( LOGID, rlog::_RLWarningChannel, RLOG_COMPONENT )
49 #define rError _rMessage( LOGID, rlog::_RLErrorChannel, RLOG_COMPONENT )
51 #define rLog _rMessage ( LOGID, NULL, RLOG_COMPONENT)
H A Drlog-prec99.h46 _rMessage( LOGID, rlog::_RLDebugChannel, ##ARGS )
49 _rMessage( LOGID, rlog::_RLInfoChannel, ##ARGS )
52 _rMessage( LOGID, rlog::_RLWarningChannel, ##ARGS )
55 _rMessage( LOGID, rlog::_RLErrorChannel, ##ARGS )
58 _rMessage( LOGID, channel, ##ARGS )
H A Drlog-c99.h89 _rMessage( LOGID, rlog::_RLDebugChannel, ##__VA_ARGS__ )
105 _rMessage( LOGID, rlog::_RLInfoChannel, ##__VA_ARGS__ )
125 _rMessage( LOGID, rlog::_RLWarningChannel, ##__VA_ARGS__ )
143 _rMessage( LOGID, rlog::_RLErrorChannel, ##__VA_ARGS__ )
163 _rMessage( LOGID, channel, ##__VA_ARGS__ )
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/mcserver/
H A Dnegotiate.cc42 #define LOGID(s) CTX_LOGID(s->ctx), (void *)s macro
150 LOGID(this), error, msg, emsg.str().c_str()); in set_error()
154 lcb_log(LOGARGS(this, ERR), LOGFMT "Error: 0x%x, %s", LOGID(this), error, msg); in set_error()
308 … lcb_log(LOGARGS(this, ERROR), LOGFMT "cbsasl_client_start returned %d", LOGID(this), saslerr); in set_chosen_mech()
473 lcb_log(LOGARGS(this, DEBUG), LOGFMT "Server supports features: %s", LOGID(this), fstr.c_str()); in read_hello()
519 lcb_log(LOGARGS(this, WARN), LOGFMT "SELECT_BUCKET Disabled by application", LOGID(this)); in maybe_select_bucket()
524 lcb_log(LOGARGS(this, DEBUG), LOGFMT "Sending SELECT_BUCKET", LOGID(this)); in maybe_select_bucket()
592 … lcb_log(LOGARGS(this, WARN), LOGFMT "SASL auth failed with STATUS=0x%x", LOGID(this), status); in handle_read()
605 lcb_log(LOGARGS(this, DEBUG), LOGFMT "Server does not support HELLO", LOGID(this)); in handle_read()
615 lcb_log(LOGARGS(this, TRACE), LOGFMT "GET_ERRORMAP unsupported/disabled", LOGID(this)); in handle_read()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DSystemProperties.java39 private static final LogIDs LOGID = LogIDs.CORE; field in SystemProperties
261 Logger.log(new LogEvent(LOGID, in getUserPath()
279 Logger.log(new LogEvent(LOGID, in getUserPath()
285 Logger.log(new LogEvent(LOGID, in getUserPath()
301 Logger.log(new LogEvent(LOGID, in getUserPath()
307 Logger.log(new LogEvent(LOGID, in getUserPath()
315 Logger.log(new LogEvent(LOGID, in getUserPath()
324 Logger.log(new LogEvent(LOGID, in getUserPath()
334 Logger.log(new LogEvent(LOGID, in getUserPath()
448 Logger.log(new LogEvent(LOGID, in getEnvironmentalVariable()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/tracker/client/impl/bt/
H A DTRTrackerBTAnnouncerImpl.java293 Logger.log(new LogEvent(torrent, LOGID, in TRTrackerBTAnnouncerImpl()
361 Logger.log(new LogEvent(torrent, LOGID, in TRTrackerBTAnnouncerImpl()
396 Logger.log(new LogEvent(torrent, LOGID, in getAdjustedSecsToWait()
404 Logger.log(new LogEvent(torrent, LOGID, in getAdjustedSecsToWait()
415 Logger.log(new LogEvent(torrent, LOGID, in getAdjustedSecsToWait()
423 Logger.log(new LogEvent(torrent, LOGID, in getAdjustedSecsToWait()
443 Logger.log(new LogEvent(torrent, LOGID, in getAdjustedSecsToWait()
636 Logger.log(new LogEvent(torrent, LOGID, in requestUpdate()
938 LOGID, in update2()
2676 LOGID, in decodeTrackerResponse()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/impl/udp/
H A DUDPConnectionManager.java52 private static final LogIDs LOGID = LogIDs.NET; field in UDPConnectionManager
302 Logger.log(new LogEvent(LOGID, "UDPConnectionManager: activating" )); in checkThreadCreation()
336 Logger.log(new LogEvent(LOGID, "UDPConnectionManager: deactivating" )); in checkThreadDeath()
385 Logger.log(new LogEvent(LOGID, "Connection set " + key + " failed")); in remove()
409 Logger.log(new LogEvent(LOGID, "Connection set " + key + " failed")); in failed()
441 … Logger.log(new LogEvent(LOGID, "Created new set - " + connection_set.getName() + ", outgoing")); in registerOutgoing()
493 … Logger.log(new LogEvent(LOGID, "Created new set - " + connection_set.getName() + ", incoming")); in receive()
554 …Logger.log( new LogEvent(LOGID, "UDP connnection bloom: size increased to " + incoming_bloom.getSi… in rateLimitIncoming()
777 … Logger.log(new LogEvent(LOGID, "Idle limit exceeded for " + set.getName() + ", removing" )); in ProtocolTimer()
834 Logger.log(new LogEvent(LOGID, str )); in logStats()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/lang/gcc9/gcc-9.4.0/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/lang/gnat_util/gcc-6-20180516/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/devel/avr-gcc/gcc-10.2.0/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/lang/gcc48/gcc-4.8.5/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/lang/gcc10-devel/gcc-10-20211008/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/devel/mingw32-gcc/gcc-4.8.1/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/devel/riscv64-gcc/gcc-8.3.0/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/misc/cxx_atomics_pic/gcc-11.2.0/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/lang/gcc10/gcc-10.3.0/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
/dports/lang/gcc8/gcc-8.5.0/contrib/reghunt/examples/
H A D30643.test5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s

12345678910>>...19