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

C

canDebug(String) - Method in class org.jlog2.Logger
Return true if the logger can debug to the specified level.
canLog(String) - Method in class org.jlog2.Logger
Return true if the logger can log to the specified level.
cloneHashKeys(HashMap<K, V>) - Static method in class org.jlog2.util.CollectionHandler
Clone the hashtable keys and return as a list.
cloneHashtable(HashMap<K, V>) - Static method in class org.jlog2.util.CollectionHandler
Clone the hashtable list and return.
cloneHashValues(HashMap<K, V>) - Static method in class org.jlog2.util.CollectionHandler
Clone the hashtable values and return as a list.
cloneVector(ArrayList<T>) - Static method in class org.jlog2.util.CollectionHandler
Clone the vector list and return.
close() - Method in class org.jlog2.channel.FileChannel
Cleanup any open channels.
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(ArrayList<T>, ArrayList<T>) - 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 
Skip navigation links