Attributes
Members list
Value members
Concrete methods
Method to yield an slf4j-based Logger for a particular org.slf4j.Logger.
Method to yield an slf4j-based Logger for a particular org.slf4j.Logger.
Value parameters
- slf4jLogger
-
the given org.slf4j.Logger.
Attributes
- Returns
-
a new instance of Slf4jLogger.
Normal method for creating an slf4j-based Logger for a particular class.
Normal method for creating an slf4j-based Logger for a particular class.
Type parameters
- T
-
the class for which you require a Logger.
Attributes
- Returns
-
a new instance of Slf4jLogger.
Method to create a Logger based on a LogFunction.
Method to create a Logger based on a LogFunction.
NOTE: this appears to be used only by the bitBucket method.
Value parameters
- f
-
an instance of LogFunction.
Attributes
- Returns
-
a new instance of GenericLogger.
Method to create a Logger based on a StringBuilder. This is primarily for testing.
Method to create a Logger based on a StringBuilder. This is primarily for testing.
Value parameters
- sb
-
an instance of StringBuilder.
Attributes
- Returns
-
a new instance of GenericLogger.
Method to create a Logger based on an Appendable, for example PrintStream, or any Writer.
Method to create a Logger based on an Appendable, for example PrintStream, or any Writer.
Value parameters
- a
-
an instance of Appendable
Attributes
- Returns
-
a new instance of GenericLogger.
Method to yield an slf4j-based Logger for a particular class. There's no real reason to use this method directly, when you can use the apply method immediately below.
Method to yield an slf4j-based Logger for a particular class. There's no real reason to use this method directly, when you can use the apply method immediately below.
Value parameters
- clazz
-
the Class for which you require a Logger.
Attributes
- Returns
-
a new instance of Slf4jLogger.