custom Log Source
suspend fun customLogSource(name: String, block: suspend CustomLogSourceResourceBuilder.() -> Unit): CustomLogSource
Parameters
name
The unique name of the resulting resource.
block
Builder for CustomLogSource.
See also
Parameters
name
The unique name of the resulting resource.