package logger
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait WarpLogging extends AnyRef
- class WarpLoggingWrapper extends WarpLogging
- 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
- 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.