final class Logger extends Serializable
A scala wrapper over a org.slf4j.Logger.
The Logger is Serializable to support it's usage through the com.twitter.util.logging.Logging trait when the trait is mixed into a Serializable class.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Logger
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
debug(marker: Marker, message: String, cause: Throwable): Unit
Logs the given message at the named log level taking into consideration the given Marker data.
-
def
debug(marker: Marker, message: String): Unit
Logs the given message at the named log level taking into consideration the given Marker data.
-
def
debug(message: String, cause: Throwable): Unit
Logs the given message at the named log level.
-
def
debug(message: String): Unit
Logs the given message at the named log level.
-
def
debugWith(marker: Marker, message: String, args: AnyRef*): Unit
Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data.
Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data. See Parameterized Message Logging
-
def
debugWith(message: String, args: AnyRef*): Unit
Log the given parameterized message at the named log level using the given args.
Log the given parameterized message at the named log level using the given args. See Parameterized Message Logging
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(marker: Marker, message: String, cause: Throwable): Unit
Logs the given message at the named log level taking into consideration the given Marker data.
-
def
error(marker: Marker, message: String): Unit
Logs the given message at the named log level taking into consideration the given Marker data.
-
def
error(message: String, cause: Throwable): Unit
Logs the given message at the named log level.
-
def
error(message: String): Unit
Logs the given message at the named log level.
-
def
errorWith(marker: Marker, message: String, args: AnyRef*): Unit
Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data.
Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data. See Parameterized Message Logging
-
def
errorWith(message: String, args: AnyRef*): Unit
Log the given parameterized message at the named log level using the given args.
Log the given parameterized message at the named log level using the given args. See Parameterized Message Logging
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
info(marker: Marker, message: String, cause: Throwable): Unit
Logs the given message at the named log level taking into consideration the given Marker data.
-
def
info(marker: Marker, message: String): Unit
Logs the given message at the named log level taking into consideration the given Marker data.
-
def
info(message: String, cause: Throwable): Unit
Logs the given message at the named log level.
-
def
info(message: String): Unit
Logs the given message at the named log level.
-
def
infoWith(marker: Marker, message: String, args: AnyRef*): Unit
Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data.
Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data. See Parameterized Message Logging
-
def
infoWith(message: String, args: AnyRef*): Unit
Log the given parameterized message at the named log level using the given args.
Log the given parameterized message at the named log level using the given args. See Parameterized Message Logging
-
def
isDebugEnabled(marker: Marker): Boolean
Determines if the named log level is enabled taking into consideration the given Marker data.
Determines if the named log level is enabled taking into consideration the given Marker data. Returns
trueif enabled,falseotherwise. -
def
isDebugEnabled: Boolean
Determines if the named log level is enabled.
Determines if the named log level is enabled. Returns
trueif enabled,falseotherwise. -
def
isErrorEnabled(marker: Marker): Boolean
Determines if the named log level is enabled taking into consideration the given Marker data.
Determines if the named log level is enabled taking into consideration the given Marker data. Returns
trueif enabled,falseotherwise. -
def
isErrorEnabled: Boolean
Determines if the named log level is enabled.
Determines if the named log level is enabled. Returns
trueif enabled,falseotherwise. -
def
isInfoEnabled(marker: Marker): Boolean
Determines if the named log level is enabled taking into consideration the given Marker data.
Determines if the named log level is enabled taking into consideration the given Marker data. Returns
trueif enabled,falseotherwise. -
def
isInfoEnabled: Boolean
Determines if the named log level is enabled.
Determines if the named log level is enabled. Returns
trueif enabled,falseotherwise. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled(marker: Marker): Boolean
Determines if the named log level is enabled taking into consideration the given Marker data.
Determines if the named log level is enabled taking into consideration the given Marker data. Returns
trueif enabled,falseotherwise. -
def
isTraceEnabled: Boolean
Determines if the named log level is enabled.
Determines if the named log level is enabled. Returns
trueif enabled,falseotherwise. -
def
isWarnEnabled(marker: Marker): Boolean
Determines if the named log level is enabled taking into consideration the given Marker data.
Determines if the named log level is enabled taking into consideration the given Marker data. Returns
trueif enabled,falseotherwise. -
def
isWarnEnabled: Boolean
Determines if the named log level is enabled.
Determines if the named log level is enabled. Returns
trueif enabled,falseotherwise. - def name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trace(marker: Marker, message: String, cause: Throwable): Unit
Logs the given message at the named log level taking into consideration the given Marker data.
-
def
trace(marker: Marker, message: String): Unit
Logs the given message at the named log level taking into consideration the given Marker data.
-
def
trace(message: String, cause: Throwable): Unit
Logs the given message at the named log level.
-
def
trace(message: String): Unit
Logs the given message at the named log level.
-
def
traceWith(marker: Marker, message: String, args: AnyRef*): Unit
Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data.
Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data. See Parameterized Message Logging
-
def
traceWith(message: String, args: AnyRef*): Unit
Log the given parameterized message at the named log level using the given args.
Log the given parameterized message at the named log level using the given args. See Parameterized Message Logging
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
warn(marker: Marker, message: String, cause: Throwable): Unit
Logs the given message at the named log level taking into consideration the given Marker data.
-
def
warn(marker: Marker, message: String): Unit
Logs the given message at the named log level taking into consideration the given Marker data.
-
def
warn(message: String, cause: Throwable): Unit
Logs the given message at the named log level.
-
def
warn(message: String): Unit
Logs the given message at the named log level.
-
def
warnWith(marker: Marker, message: String, args: AnyRef*): Unit
Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data.
Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data. See Parameterized Message Logging
-
def
warnWith(message: String, args: AnyRef*): Unit
Log the given parameterized message at the named log level using the given args.
Log the given parameterized message at the named log level using the given args. See Parameterized Message Logging