Packages

package logger

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait WarpLogging extends AnyRef
  2. class WarpLoggingWrapper extends WarpLogging
  3. case class WriterConfig(fileName: String, packageName: String, level: Level = Level.INFO, format: String = WarpLogUtils.LOG_FORMAT) extends Product with Serializable

    Represents a Writer along with the level and format that should be used.

    Represents a Writer along with the level and format that should be used.

    Created by tomas.mccandless on 12/7/17.

Value Members

  1. object WarpLogUtils extends WarpLogging

    Provides utility methods to set log level and format at runtime based on warp properties.

    Provides utility methods to set log level and format at runtime based on warp properties.

    Created by tomas.mccandless on 10/19/15.

Ungrouped