j-logger
2.0.7
common
j-logger
/
kr.jadekim.logger.template
/
HttpRequestLog
/
HttpRequestLog
Http
Request
Log
constructor
(
protocol
:
String
,
method
:
String
,
schema
:
String
,
host
:
String
,
port
:
Int
,
path
:
String
,
query
:
String
?
=
null
,
headers
:
Map
<
String
,
String
?
>
=
emptyMap()
,
body
:
Any
?
=
null
,
throwable
:
Throwable
?
=
null
,
timestamp
:
LocalDateTime
=
Clock.System.now().toLocalDateTime(TimeZone.UTC)
)