detectPlatform

fun detectPlatform(log: (CodBi.LogLevel, String) -> Unit, windowsExeName: String = "llama-server.exe", unixExeName: String = "LLAMA-Server"): PlatformDetector.Platform

Rileva la piattaforma server corrente dalle proprietà del sistema JVM.

Return

La Piattaforma rilevata.

Parameters

log

Log function for diagnostic output.