Skip to content

Commit

Permalink
Add kdoc for the standardFormat option
Browse files Browse the repository at this point in the history
  • Loading branch information
Stexxe committed Dec 26, 2024
1 parent a64af1e commit 8c5cf5e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ public class LoggingConfig {

private var _logger: Logger? = null

/**
* If true, turns on the [OkHttp logging format](https://github.com/square/okhttp/blob/master/okhttp-logging-interceptor/src/main/kotlin/okhttp3/logging/HttpLoggingInterceptor.kt#L56).
* Writes only application-level logs because the low-level HTTP communication is hidden within the engine implementations.
*/
public var standardFormat: Boolean = false

/**
Expand Down

0 comments on commit 8c5cf5e

Please sign in to comment.