- info(String) - Method in interface com.lightstreamer.log.Logger
-
Receives log messages at Info level.
- info(String, Throwable) - Method in interface com.lightstreamer.log.Logger
-
Receives log messages at Info level and a related exception.
- isDebugEnabled() - Method in interface com.lightstreamer.log.Logger
-
Checks if this logger is enabled for the Debug level.
- isErrorEnabled() - Method in interface com.lightstreamer.log.Logger
-
Checks if this logger is enabled for the Error level.
- isFatalEnabled() - Method in interface com.lightstreamer.log.Logger
-
Checks if this logger is enabled for the Fatal level.
- isInfoEnabled() - Method in interface com.lightstreamer.log.Logger
-
Checks if this logger is enabled for the Info level.
- isWarnEnabled() - Method in interface com.lightstreamer.log.Logger
-
Checks if this logger is enabled for the Warn level.