A C D E F G H I L M O P R S T U W

C

cloneHashKeys(Hashtable) - Static method in class org.jlog2.util.CollectionHandler
Clone the hashtable keys and return as a list.
cloneHashtable(Hashtable) - Static method in class org.jlog2.util.CollectionHandler
Clone the hashtable list and return.
cloneHashValues(Hashtable) - Static method in class org.jlog2.util.CollectionHandler
Clone the hashtable values and return as a list.
cloneVector(Vector) - Static method in class org.jlog2.util.CollectionHandler
Clone the vector list and return.
CollectionHandler - Class in org.jlog2.util
This provides some utility functions for java.util collections or lists, etc.
CollectionHandler() - Constructor for class org.jlog2.util.CollectionHandler
 
combinedVector(Vector, Vector) - Static method in class org.jlog2.util.CollectionHandler
Return a list of all elements that are in both list 1 and list 2.
ConfigHandler - Class in org.jlog2.util
Manages initial config settings.
ConfigHandler() - Constructor for class org.jlog2.util.ConfigHandler
 
contains(String, String) - Static method in class org.jlog2.util.StringHandler
Return true if the String s1 contains the String s2.
containsIgnoreCase(String, String) - Static method in class org.jlog2.util.StringHandler
Return true if the String s1 contains the String s2 ignoring case.
copyStream(File, File) - Static method in class org.jlog2.util.FileLoader
Copy the source input stream contents to the destination file.
createLogChannel() - Method in class org.jlog2.channel.FileChannel
Create the file channel.
createLogChannel() - Method in class org.jlog2.channel.LogChannel
Create the log channel.
createLogChannel() - Method in class org.jlog2.channel.StdErrChannel
Create the file channel.
createLogChannel() - Method in class org.jlog2.channel.StdOutChannel
Create the file channel.
CustomLoggerFactory - Class in org.jlog2
This class is an implementation of the logger factory to return the default logger functionality.
CustomLoggerFactory() - Constructor for class org.jlog2.CustomLoggerFactory
Creates a new instance of CustomLoggerFactory.

A C D E F G H I L M O P R S T U W