diff --git a/README.md b/README.md index bd621b334e..1ccba5d865 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ You can create a `Logger` instance using the dedicated builder, as follow: .setServiceName("com.example.app.android") .setLogcatLogsEnabled(true) .setDatadogLogsEnabled(true) + .setLoggerName("name") .build(); ```