C D E F G I L W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.lightstreamer.log - package com.lightstreamer.log
D
- debug(String) - Method in interface com.lightstreamer.log.Logger
-
Receives log messages at Debug level.
- debug(String, Throwable) - Method in interface com.lightstreamer.log.Logger
-
Receives log messages at Debug level and a related exception.
E
- error(String) - Method in interface com.lightstreamer.log.Logger
-
Receives log messages at Error level.
- error(String, Throwable) - Method in interface com.lightstreamer.log.Logger
-
Receives log messages at Error level and a related exception.
F
- fatal(String) - Method in interface com.lightstreamer.log.Logger
-
Receives log messages at Fatal level.
- fatal(String, Throwable) - Method in interface com.lightstreamer.log.Logger
-
Receives log messages at Fatal level and a related exception.
G
- getLogger(String) - Method in interface com.lightstreamer.log.LoggerProvider
-
Request for a Logger instance that will be used for logging occuring on the given category.
I
- 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.
L
- Logger - Interface in com.lightstreamer.log
-
Interface to be implemented to consume log from the library.
- LoggerProvider - Interface in com.lightstreamer.log
-
Simple interface to be implemented to provide custom log consumers to the library.
W
- warn(String) - Method in interface com.lightstreamer.log.Logger
-
Receives log messages at Warn level.
- warn(String, Throwable) - Method in interface com.lightstreamer.log.Logger
-
Receives log messages at Warn level and a related exception.
All Classes All Packages