apex_logger library

Classes

RequestLogger
The RequestLogger is a default logger implementation for the requests. Here is how the logged request's structure looks like.
ResponseLogger
The ResponseLogger is a default logger implementation for the responses. Here is how the logged response's structure looks like.

Enums

LogParts
This enum can be used to specify which part of the request need to logged by RequestLogger and ResponseLogger

Constants

divider → const String

Functions

logDivider() → void
tabbedLog(String message) → void