Skip navigation links
A C D E F G I L N P R S T V W 

A

AbstractLoggingContext - Class in com.sshtools.common.logger
 
AbstractLoggingContext() - Constructor for class com.sshtools.common.logger.AbstractLoggingContext
 
AbstractLoggingContext(Log.Level) - Constructor for class com.sshtools.common.logger.AbstractLoggingContext
 

C

clearCurrentContext() - Static method in class com.sshtools.common.logger.Log
 
close() - Method in class com.sshtools.common.logger.ConsoleLoggingContext
 
close() - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
close() - Method in class com.sshtools.common.logger.FileLoggingContext
 
close() - Method in interface com.sshtools.common.logger.LoggerContext
 
com.sshtools.common.logger - package com.sshtools.common.logger
 
ConsoleLoggingContext - Class in com.sshtools.common.logger
 
ConsoleLoggingContext(Log.Level) - Constructor for class com.sshtools.common.logger.ConsoleLoggingContext
 
ConsoleLoggingContext() - Constructor for class com.sshtools.common.logger.ConsoleLoggingContext
 

D

debug(String, Object...) - Static method in class com.sshtools.common.logger.Log
 
debug(String, Throwable, Object...) - Static method in class com.sshtools.common.logger.Log
 
DefaultLoggerContext - Class in com.sshtools.common.logger
 
DefaultLoggerContext() - Constructor for class com.sshtools.common.logger.DefaultLoggerContext
 
DefaultLoggerContext.FileWatcher - Class in com.sshtools.common.logger
From https://stackoverflow.com/questions/16251273/can-i-watch-for-single-file-change-with-watchservice-not-the-whole-directory
doOnChange() - Method in class com.sshtools.common.logger.DefaultLoggerContext.FileWatcher
 

E

enableConsole(Log.Level) - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
enableConsole(Log.Level) - Static method in class com.sshtools.common.logger.Log
 
enableConsole(Log.Level) - Method in interface com.sshtools.common.logger.RootLoggerContext
 
enableFile(Log.Level, String) - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
enableFile(Log.Level, File) - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
enableFile(Log.Level, File, int, long) - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
error(String, Throwable, Object...) - Static method in class com.sshtools.common.logger.Log
 
error(String, Object...) - Static method in class com.sshtools.common.logger.Log
 

F

FileLoggingContext - Class in com.sshtools.common.logger
 
FileLoggingContext(Log.Level, File) - Constructor for class com.sshtools.common.logger.FileLoggingContext
 
FileLoggingContext(Log.Level, File, int, long) - Constructor for class com.sshtools.common.logger.FileLoggingContext
 
FileWatcher(File) - Constructor for class com.sshtools.common.logger.DefaultLoggerContext.FileWatcher
 

G

getDefaultContext() - Static method in class com.sshtools.common.logger.Log
 
getLevel() - Method in class com.sshtools.common.logger.AbstractLoggingContext
 
getProperty(String, String) - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
getProperty(String, String) - Method in interface com.sshtools.common.logger.RootLoggerContext
 

I

info(String, Object...) - Static method in class com.sshtools.common.logger.Log
 
info(String, Throwable, Object...) - Static method in class com.sshtools.common.logger.Log
 
isDebugEnabled() - Static method in class com.sshtools.common.logger.Log
 
isErrorEnabled() - Static method in class com.sshtools.common.logger.Log
 
isInfoEnabled() - Static method in class com.sshtools.common.logger.Log
 
isLevelEnabled(Log.Level) - Static method in class com.sshtools.common.logger.Log
 
isLogging(Log.Level) - Method in class com.sshtools.common.logger.AbstractLoggingContext
 
isLogging(Log.Level) - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
isLogging(Log.Level) - Method in class com.sshtools.common.logger.FileLoggingContext
 
isLogging(Log.Level) - Method in interface com.sshtools.common.logger.LoggerContext
 
isStopped() - Method in class com.sshtools.common.logger.DefaultLoggerContext.FileWatcher
 
isTraceEnabled() - Static method in class com.sshtools.common.logger.Log
 
isWarnEnabled() - Static method in class com.sshtools.common.logger.Log
 

L

log(Log.Level, String, Throwable, Object...) - Method in class com.sshtools.common.logger.ConsoleLoggingContext
 
log(Log.Level, String, Throwable, Object...) - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
log(Log.Level, String, Throwable, Object...) - Method in class com.sshtools.common.logger.FileLoggingContext
 
Log - Class in com.sshtools.common.logger
 
Log() - Constructor for class com.sshtools.common.logger.Log
 
log(Log.Level, String, Throwable, Object...) - Static method in class com.sshtools.common.logger.Log
 
log(Log.Level, String, Throwable, Object...) - Method in interface com.sshtools.common.logger.LoggerContext
 
Log.Level - Enum in com.sshtools.common.logger
 
LoggerContext - Interface in com.sshtools.common.logger
 

N

newline() - Method in class com.sshtools.common.logger.ConsoleLoggingContext
 
newline() - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
newline() - Method in class com.sshtools.common.logger.FileLoggingContext
 
newline() - Method in interface com.sshtools.common.logger.LoggerContext
 

P

prepareLog(Log.Level, String, Throwable, Object...) - Static method in class com.sshtools.common.logger.DefaultLoggerContext
 
processTokenReplacements(String, Properties) - Method in class com.sshtools.common.logger.DefaultLoggerContext
 

R

raw(Log.Level, String) - Method in class com.sshtools.common.logger.ConsoleLoggingContext
 
raw(Log.Level, String) - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
raw(Log.Level, String) - Method in class com.sshtools.common.logger.FileLoggingContext
 
raw(Log.Level, String, boolean) - Static method in class com.sshtools.common.logger.Log
 
raw(Log.Level, String) - Method in interface com.sshtools.common.logger.LoggerContext
 
RootLoggerContext - Interface in com.sshtools.common.logger
 
run() - Method in class com.sshtools.common.logger.DefaultLoggerContext.FileWatcher
 

S

setDefaultContext(RootLoggerContext) - Static method in class com.sshtools.common.logger.Log
 
setupCurrentContext(LoggerContext) - Static method in class com.sshtools.common.logger.Log
 
shutdown() - Method in class com.sshtools.common.logger.DefaultLoggerContext
 
shutdown() - Method in class com.sshtools.common.logger.Log
 
shutdown() - Method in interface com.sshtools.common.logger.RootLoggerContext
 
stopThread() - Method in class com.sshtools.common.logger.DefaultLoggerContext.FileWatcher
 

T

trace(String, Object...) - Static method in class com.sshtools.common.logger.Log
 
trace(String, Throwable, Object...) - Static method in class com.sshtools.common.logger.Log
 

V

valueOf(String) - Static method in enum com.sshtools.common.logger.Log.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sshtools.common.logger.Log.Level
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String, Throwable, Object...) - Static method in class com.sshtools.common.logger.Log
 
warn(String, Object...) - Static method in class com.sshtools.common.logger.Log
 
A C D E F G I L N P R S T V W 
Skip navigation links

Copyright © 2021. All rights reserved.