Uses of Interface
org.jgroups.logging.Log
-
Packages that use Log Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.auth org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.blocks.cs This package contains all client-server related interfaces and classesorg.jgroups.blocks.executor org.jgroups.client org.jgroups.conf Provides ways to configure a protocol stack.org.jgroups.demos Provides demonstrations of JGroups functionality.org.jgroups.jmx org.jgroups.logging org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.protocols.relay org.jgroups.protocols.rules org.jgroups.stack Support for managing protocol stacks.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Log in org.jgroups
Fields in org.jgroups declared as Log Modifier and Type Field Description protected Log
JChannel. log
protected Log
JChannelProbeHandler. log
-
Uses of Log in org.jgroups.auth
Fields in org.jgroups.auth declared as Log Modifier and Type Field Description protected Log
AuthToken. log
-
Uses of Log in org.jgroups.blocks
Fields in org.jgroups.blocks declared as Log Modifier and Type Field Description protected Log
MessageDispatcher. log
protected Log
ReplicatedHashMap. log
protected Log
ReplicatedTree. log
protected static Log
RequestCorrelator. log
-
Uses of Log in org.jgroups.blocks.cs
Fields in org.jgroups.blocks.cs declared as Log Modifier and Type Field Description protected Log
BaseServer. log
Methods in org.jgroups.blocks.cs that return Log Modifier and Type Method Description Log
BaseServer. log()
Methods in org.jgroups.blocks.cs with parameters of type Log Modifier and Type Method Description BaseServer
BaseServer. log(Log the_log)
-
Uses of Log in org.jgroups.blocks.executor
Fields in org.jgroups.blocks.executor declared as Log Modifier and Type Field Description protected static Log
ExecutionRunner. _logger
-
Uses of Log in org.jgroups.client
Fields in org.jgroups.client declared as Log Modifier and Type Field Description protected Log
StompConnection. log
-
Uses of Log in org.jgroups.conf
Fields in org.jgroups.conf declared as Log Modifier and Type Field Description protected static Log
PropertyHelper. log
protected static Log
XmlConfigurator. log
-
Uses of Log in org.jgroups.demos
Fields in org.jgroups.demos declared as Log Modifier and Type Field Description protected Log
PubServer. log
protected Log
QuoteServer. log
-
Uses of Log in org.jgroups.jmx
Fields in org.jgroups.jmx declared as Log Modifier and Type Field Description protected Log
ResourceDMBean. log
Methods in org.jgroups.jmx with parameters of type Log Modifier and Type Method Description static void
ResourceDMBean. dumpStats(java.lang.Object obj, java.util.Map<java.lang.String,java.lang.Object> map, Log log)
-
Uses of Log in org.jgroups.logging
Classes in org.jgroups.logging that implement Log Modifier and Type Class Description class
JDKLogImpl
Logger that delivers messages to a JDK loggerclass
Log4J2LogImpl
Logger that delivers messages to a Log4J2 loggerclass
Slf4jLogImpl
Logger that delivers messages to a SLF4J loggerFields in org.jgroups.logging with type parameters of type Log Modifier and Type Field Description protected static java.lang.reflect.Constructor<? extends Log>
LogFactory. ctor_class
protected static java.lang.reflect.Constructor<? extends Log>
LogFactory. ctor_str
Methods in org.jgroups.logging that return Log Modifier and Type Method Description Log
CustomLogFactory. getLog(java.lang.Class<?> clazz)
Log
CustomLogFactory. getLog(java.lang.String category)
static Log
LogFactory. getLog(java.lang.Class<?> clazz)
static Log
LogFactory. getLog(java.lang.String category)
Methods in org.jgroups.logging that return types with arguments of type Log Modifier and Type Method Description protected static java.lang.reflect.Constructor<? extends Log>
LogFactory. findConstructor(java.lang.String classname, java.lang.Class<?> arg)
-
Uses of Log in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Log Modifier and Type Field Description protected Log
BaseBundler. log
protected Log
NoBundler. log
Methods in org.jgroups.protocols with parameters of type Log Modifier and Type Method Description protected static java.util.concurrent.ExecutorService
TP. createThreadPool(int min_threads, int max_threads, long keep_alive_time, java.lang.String rejection_policy, java.util.concurrent.BlockingQueue<java.lang.Runnable> queue, ThreadFactory factory, Log log, boolean use_fork_join_pool, boolean use_common_fork_join_pool)
Constructors in org.jgroups.protocols with parameters of type Log Constructor Description SwiftClient(org.jgroups.protocols.SWIFT_PING.Authenticator authenticator, Log l)
Constructor -
Uses of Log in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as Log Modifier and Type Field Description protected Log
GmsImpl. log
protected Log
Leaver. log
protected Log
Merger. log
Methods in org.jgroups.protocols.pbcast that return Log Modifier and Type Method Description protected Log
ViewHandler. log()
-
Uses of Log in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay declared as Log Modifier and Type Field Description protected Log
Relayer. log
protected Log
Route. log
Constructors in org.jgroups.protocols.relay with parameters of type Log Constructor Description Relayer(RELAY2 relay, Log log)
Route(Address site_master, JChannel bridge, RELAY2 relay, Log log)
-
Uses of Log in org.jgroups.protocols.rules
Fields in org.jgroups.protocols.rules declared as Log Modifier and Type Field Description protected Log
Rule. log
Methods in org.jgroups.protocols.rules with parameters of type Log Modifier and Type Method Description Rule
Rule. log(Log log)
-
Uses of Log in org.jgroups.stack
Fields in org.jgroups.stack declared as Log Modifier and Type Field Description protected static Log
Configurator. log
protected Log
DiagnosticsHandler. log
protected Log
GossipRouter. log
protected Log
Protocol. log
protected static Log
RouterStub. log
protected Log
RouterStubManager. log
Methods in org.jgroups.stack that return Log Modifier and Type Method Description Log
Protocol. getLog()
Methods in org.jgroups.stack with parameters of type Log Modifier and Type Method Description protected static void
ProtocolStack. dumpStats(java.lang.Object obj, java.util.Map<java.lang.String,java.lang.Object> map, Log log)
Constructors in org.jgroups.stack with parameters of type Log Constructor Description DiagnosticsHandler(java.net.InetAddress diagnostics_addr, int diagnostics_port, java.util.List<java.net.NetworkInterface> bind_interfaces, int diagnostics_ttl, Log log, SocketFactory socket_factory, ThreadFactory thread_factory, java.lang.String passcode)
DiagnosticsHandler(java.net.InetAddress diagnostics_addr, int diagnostics_port, Log log, SocketFactory socket_factory, ThreadFactory thread_factory)
DiagnosticsHandler(java.net.InetAddress diagnostics_addr, int diagnostics_port, Log log, SocketFactory socket_factory, ThreadFactory thread_factory, java.lang.String passcode)
-
Uses of Log in org.jgroups.util
Fields in org.jgroups.util declared as Log Modifier and Type Field Description protected Log
DefaultThreadFactory. log
protected Log
ForwardQueue. log
protected Log
SubmitToThreadPool. log
protected Log
SuppressLog. log
protected static Log
TimeScheduler3. log
Methods in org.jgroups.util with parameters of type Log Modifier and Type Method Description static java.net.MulticastSocket
Util. createMulticastSocket(SocketFactory factory, java.lang.String service_name, java.net.InetAddress mcast_addr, int port, Log log)
<T extends DefaultThreadFactory>
TDefaultThreadFactory. log(Log l)
Constructors in org.jgroups.util with parameters of type Log Constructor Description ForwardQueue(Log log)
SuppressLog(Log log, java.lang.String message_key, java.lang.String suppress_msg)
-