object Log4sConfig extends Log4sConfig
- Source
- Log4sConfig.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Log4sConfig
- Log4sConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
-
def
addLoggerAppender[A](name: String, appender: A)(implicit arg0: Log4sAppender.Provider[A]): Unit
- Definition Classes
- Log4sConfig → Log4sConfig
-
def
addLoggerAppenderDynamic(name: String, appender: Log4sAppender.DynamicType): Unit
Add an appender for a given logger
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
def
resetLoggerAppenders(name: String): Unit
- Definition Classes
- Log4sConfig → Log4sConfig
-
def
resetLoggerThreshold(name: String): Unit
- Definition Classes
- Log4sConfig → Log4sConfig
-
def
setLoggerAppenders[A](name: String, additive: Boolean, appenders: Seq[A])(implicit arg0: Log4sAppender.Provider[A]): Unit
- Definition Classes
- Log4sConfig → Log4sConfig
- def setLoggerAppendersDynamic(name: String, additive: Boolean, appenders: Array[Log4sAppender.DynamicType]): Unit
- def setLoggerThreshold(name: String, threshold: String): Unit
-
def
setLoggerThreshold(name: String, level: LogLevel): Unit
- Definition Classes
- Log4sConfig → Log4sConfig
-
def
setLoggerThreshold(name: String, threshold: LogThreshold): Unit
- Definition Classes
- Log4sConfig → Log4sConfig
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @throws( ... ) @native()