LoggingMiddleware

io.github.edadma.apion.LoggingMiddleware

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Format

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Format.type
case class Options(format: String, immediate: Boolean, skip: Request => Boolean, handler: String => Unit, debug: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(opts: Options): Handler
def formatRequestLog(format: String, req: Request, startTime: Long, res: Response): String