package utils
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
AdvancedLogging extends Logging
This trait provides a ch.qos.logback.classic.Logger as Logging, but it has also a set of utility methods for logging.
-
case class
HostAndPortArguments(args: Array[String], hostPortPairsNumber: Int, errorMessage: String) extends Product with Serializable
A class to read command line arguments
A class to read command line arguments
- args
the arguments to read
- hostPortPairsNumber
the number of pairs host port to read
- errorMessage
the errorMessage to show if no enough arguments found
-
trait
Logging extends AnyRef
This trait provides a logger for the class that implements it.
This trait provides a logger for the class that implements it. It will be initialized with the name of the class itself.