edu.vub.at.actors.net
Class Logging

java.lang.Object
  extended byedu.vub.at.actors.net.Logging

public final class Logging
extends java.lang.Object

Auxiliary class used to group Log4J loggers.

Author:
tvcutsem

Field Summary
static org.apache.log4j.Logger Actor_LOG
          Logs information of all actor event loops in the AT/2 runtime.
static org.apache.log4j.Logger EventLoop_LOG
          Logs information regarding all event loops in the AT/2 runtime.
static org.apache.log4j.Logger Init_LOG
          Logs information related to the object path, init file, etc.
static org.apache.log4j.Logger RemoteRef_LOG
          Logs information of all remote reference event loops in the AT/2 runtime.
static org.apache.log4j.Logger VirtualMachine_LOG
          Logs information of the VM event loops of the AT/2 runtime.
 
Constructor Summary
Logging()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EventLoop_LOG

public static final org.apache.log4j.Logger EventLoop_LOG
Logs information regarding all event loops in the AT/2 runtime.


Actor_LOG

public static final org.apache.log4j.Logger Actor_LOG
Logs information of all actor event loops in the AT/2 runtime.


RemoteRef_LOG

public static final org.apache.log4j.Logger RemoteRef_LOG
Logs information of all remote reference event loops in the AT/2 runtime.


VirtualMachine_LOG

public static final org.apache.log4j.Logger VirtualMachine_LOG
Logs information of the VM event loops of the AT/2 runtime.


Init_LOG

public static final org.apache.log4j.Logger Init_LOG
Logs information related to the object path, init file, etc.

Constructor Detail

Logging

public Logging()