<h2 id="remotelog-message-category">RemoteLog</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
@Composable
public fun RemoteLog(
    message: String,
    category: RcPlatformServices.LogCategory = RcPlatformServices.LogCategory.WARN,
)
```