- getAllDebugChannels() - Method in class org.jlog2.LoggerFactory
-
Get all channels to write the debug messages to, as a list.
- getAllLogChannels() - Method in class org.jlog2.LoggerFactory
-
Get all channels to write the log messages to, as a list.
- getBufferedInputStream(String) - Static method in class org.jlog2.util.FileLoader
-
Get the contents of the file as a buffered reader.
- getConfigFile() - Static method in class org.jlog2.util.ConfigHandler
-
Determine what the correct path to the config file is and return.
- getCurrentDirectory() - Static method in class org.jlog2.util.FileLoader
-
Get the current directory the program is running in.
- getDataInputStream(String) - Static method in class org.jlog2.util.FileLoader
-
Get the stream connector to the file.
- getDataOutputStream(String) - Static method in class org.jlog2.util.FileLoader
-
Get an output stream to a (probably local) file.
- getDebug() - Method in class org.jlog2.Logger
-
Get the value indicating if the debug channels are being used.
- getDebugChannels() - Method in class org.jlog2.CustomLoggerFactory
-
Create and store any new debug channels associated with the new log id.
- getDebugChannels() - Method in class org.jlog2.LoggerFactory
-
Get the list of debug channels.
- getDebugLevel() - Static method in class org.jlog2.LoggerFactory
-
Get the level to debug messages to.
- getDefaultFileSize() - Static method in class org.jlog2.util.ConfigHandler
-
Get the default log file size in terms of line number.
- getDirectoryList(String) - Static method in class org.jlog2.util.FileLoader
-
Get the list of directories stored in the specified directory.
- getFileList(String) - Static method in class org.jlog2.util.FileLoader
-
Get the list of files stored in the specified directory.
- getFileList(String, boolean) - Static method in class org.jlog2.util.FileLoader
-
Get the list of files stored in the specified directory.
- getFullDirectoryListPaths(String) - Static method in class org.jlog2.util.FileLoader
-
Get the list of directories stored in the specified directory, as full file paths.
- getFullFileListPaths(String) - Static method in class org.jlog2.util.FileLoader
-
Get the list of files stored in the specified directory.
- getFullFileListPaths(String, boolean) - Static method in class org.jlog2.util.FileLoader
-
Get the list of files stored in the specified directory.
- getInputStream(String) - Static method in class org.jlog2.util.FileLoader
-
Get the contents of the file as a String.
- getInstance() - Static method in class org.jlog2.LoggerFactory
-
Get the created instance of the logger factory.
- getLogChannels() - Method in class org.jlog2.CustomLoggerFactory
-
Create and store any new log channels associated with the new log id.
- getLogChannels() - Method in class org.jlog2.LoggerFactory
-
Get the list of log channels.
- getLogFolder() - Static method in class org.jlog2.util.ConfigHandler
-
Get the logging folder path.
- getLogger(String) - Static method in class org.jlog2.LoggerHandler
-
Return a logger appropriate to the class specified.
- getLoggerID() - Method in class org.jlog2.Logger
-
Get the unique id that created this logger.
- getLoggerInstance(String) - Method in class org.jlog2.CustomLoggerFactory
-
Create a new instance of Logger.
- getLoggerInstance(String) - Method in class org.jlog2.LoggerFactory
-
Create a new instance of Logger.
- getLogLevel() - Static method in class org.jlog2.LoggerFactory
-
Get the level to log messages to.
- getLogLevels() - Static method in class org.jlog2.LoggerHandler
-
Get a list of all possible logging levels.
- getMonitor() - Static method in class org.jlog2.util.Monitor
-
Return the monitor instance.
- getProperties() - Method in class org.jlog2.util.PropertiesParser
-
Get the properties that configure the loggers.
- getSyncOn() - Method in class org.jlog2.util.Monitor
-
Get an object to synchronize on.
- getUseOnce() - Method in exception org.jlog2.exception.WriteMessageException
-
Get the value indicating to use only once.
- getUuid(int) - Static method in class org.jlog2.util.UuidHandler
-
Create a new uuid that is a subset or concatenation of the Java UUID generator.
- getUuid(int, long) - Static method in class org.jlog2.util.UuidHandler
-
Create a new uuid that is randomly generated round the entered seed.