class StandardOutLogger extends Logger
- Alphabetic
- By Inheritance
- StandardOutLogger
- Logger
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new StandardOutLogger(logLevel: LogLevel, name: String, out: PrintStream, err: PrintStream)
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def debug(message: Supplier[String], error: Throwable): Unit
Logs a message with the
DEBUGlevel.Logs a message with the
DEBUGlevel.- message
the supplier of the message to log
- error
the associated exception
- Definition Classes
- Logger
- def debug(message: String, error: Throwable): Unit
Logs a message with the
DEBUGlevel.Logs a message with the
DEBUGlevel.- message
the message to log
- error
the associated exception
- Definition Classes
- Logger
- def debug(message: Supplier[String]): Unit
Logs a message with the
DEBUGlevel.Logs a message with the
DEBUGlevel.- message
the supplier of the message to log
- Definition Classes
- Logger
- def debug(message: String): Unit
Logs a message with the
DEBUGlevel. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(message: Supplier[String], error: Throwable): Unit
Logs a message with the
ERRORlevel.Logs a message with the
ERRORlevel.- message
the message to log
- error
the associated exception
- Definition Classes
- Logger
- def error(message: String, error: Throwable): Unit
Logs a message with the
ERRORlevel.Logs a message with the
ERRORlevel.- message
the message to log
- error
the associated exception
- Definition Classes
- Logger
- def error(message: Supplier[String]): Unit
Logs a message with the
ERRORlevel.Logs a message with the
ERRORlevel.- message
the supplier of the message to log
- Definition Classes
- Logger
- def error(message: String): Unit
Logs a message with the
ERRORlevel. - final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def info(message: Supplier[String], error: Throwable): Unit
Logs a message with the
INFOlevel.Logs a message with the
INFOlevel.- message
the supplier of the message to log
- error
the associated exception
- Definition Classes
- Logger
- def info(message: String, error: Throwable): Unit
Logs a message with the
INFOlevel.Logs a message with the
INFOlevel.- message
the message to log
- error
the associated exception
- Definition Classes
- Logger
- def info(message: Supplier[String]): Unit
Logs a message with the
INFOlevel.Logs a message with the
INFOlevel.- message
the supplier of the message to log
- Definition Classes
- Logger
- def info(message: String): Unit
Logs a message with the
INFOlevel. - def isDebugEnabled(): Boolean
trueif the logger instance is enabled for theDEBUGlevel.trueif the logger instance is enabled for theDEBUGlevel.- returns
whether DEBUG level is enabled
- Definition Classes
- StandardOutLogger → Logger
- Annotations
- @Override()
- def isErrorEnabled(): Boolean
trueif the logger instance is enabled for theERRORlevel.trueif the logger instance is enabled for theERRORlevel.- returns
whether ERROR level is enabled
- Definition Classes
- StandardOutLogger → Logger
- Annotations
- @Override()
- def isInfoEnabled(): Boolean
trueif the logger instance is enabled for theINFOlevel.trueif the logger instance is enabled for theINFOlevel.- returns
whether INFO level is enabled
- Definition Classes
- StandardOutLogger → Logger
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraceEnabled(): Boolean
trueif the logger instance is enabled for theTRACElevel.trueif the logger instance is enabled for theTRACElevel.- returns
whether TRACE level is enabled
- Definition Classes
- StandardOutLogger → Logger
- Annotations
- @Override()
- def isWarnEnabled(): Boolean
trueif the logger instance is enabled for theWARNlevel.trueif the logger instance is enabled for theWARNlevel.- returns
whether WARN level is enabled
- Definition Classes
- StandardOutLogger → Logger
- Annotations
- @Override()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def output(level: LogLevel, message: String, error: Throwable): Unit
Outputs a log message at the specified level
Outputs a log message at the specified level
- level
the level to log at
- message
the message to log
- error
the associated exception
- Definition Classes
- StandardOutLogger → Logger
- Annotations
- @Override()
- def output(level: LogLevel, message: String): Unit
Outputs a log message at the specified level
Outputs a log message at the specified level
- level
the level to log at
- message
the message to log
- Definition Classes
- StandardOutLogger → Logger
- Annotations
- @Override()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(message: Supplier[String], error: Throwable): Unit
Logs a message with the
TRACElevel.Logs a message with the
TRACElevel.- message
the supplier of the message to log
- error
the associated exception
- Definition Classes
- Logger
- def trace(message: String, error: Throwable): Unit
Logs a message with the
TRACElevel.Logs a message with the
TRACElevel.- message
the message to log
- error
the associated exception
- Definition Classes
- Logger
- def trace(message: Supplier[String]): Unit
Logs a message with the
TRACElevel.Logs a message with the
TRACElevel.- message
the supplier of the message to log
- Definition Classes
- Logger
- def trace(message: String): Unit
Logs a message with the
TRACElevel. - final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def warn(message: Supplier[String], error: Throwable): Unit
Logs a message with the
WARNlevel.Logs a message with the
WARNlevel.- message
the supplier of the message to log
- error
the associated exception
- Definition Classes
- Logger
- def warn(message: String, error: Throwable): Unit
Logs a message with the
WARNlevel.Logs a message with the
WARNlevel.- message
the message to log
- error
the associated exception
- Definition Classes
- Logger
- def warn(message: Supplier[String]): Unit
Logs a message with the
WARNlevel.Logs a message with the
WARNlevel.- message
the supplier of the message to log
- Definition Classes
- Logger
- def warn(message: String): Unit
Logs a message with the
WARNlevel.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
This is the public API for Cinnamon.
The com.lightbend.cinnamon package contains the public Cinnamon API.
See the complete list of Cinnamon packages on the right.
Cinnamon Events and Metrics
For the custom events API see
CinnamonEvents.For the custom metrics API see
CinnamonMetrics.Stopwatch
For the Stopwatch API see
Stopwatch.Coda Hale Metrics
For creating custom Coda Hale Metrics reporters see the com.lightbend.cinnamon.chmetrics.reporter package.