Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

konspire.common.log
Class LogManager  view LogManager download LogManager.java

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.Vector
              extended bykonspire.common.log.LogManager
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.lang.Iterable, java.util.List, java.util.RandomAccess, java.io.Serializable

public class LogManager
extends java.util.Vector


Nested Class Summary
 
Nested classes inherited from class java.util.AbstractList
 
Field Summary
protected  java.lang.String applicationName
           
protected static java.lang.String DEFAULT_APPLICATION_NAME
           
protected static LogManager singleton
           
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
protected LogManager()
           
 
Method Summary
static java.lang.String getApplicationName()
          Return the application name string that the logs pertain to.
static LogManager getInstance()
           
 java.lang.String getInstanceApplicationName()
          Return the application name string that the logs pertain to
static void setApplicationName(java.lang.String inAppName)
          Set the application name string that the logs pertain to.
 void setInstanceApplicationName(java.lang.String appName)
          Set the application name string that the logs pertain to
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.util.AbstractCollection
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Field Detail

DEFAULT_APPLICATION_NAME

protected static final java.lang.String DEFAULT_APPLICATION_NAME
See Also:
Constant Field Values

singleton

protected static LogManager singleton

applicationName

protected java.lang.String applicationName
Constructor Detail

LogManager

protected LogManager()
Method Detail

getInstance

public static LogManager getInstance()

getInstanceApplicationName

public java.lang.String getInstanceApplicationName()
Return the application name string that the logs pertain to


setInstanceApplicationName

public void setInstanceApplicationName(java.lang.String appName)
Set the application name string that the logs pertain to


getApplicationName

public static java.lang.String getApplicationName()
Return the application name string that the logs pertain to.


setApplicationName

public static void setApplicationName(java.lang.String inAppName)
Set the application name string that the logs pertain to.