ouisync
Toggle table of contents
0.9.1-1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ouisync
ouisync-server
/
org.equalitie.ouisync.kotlin.server
Package-level
declarations
Types
Functions
Types
Log
Function
Link copied to clipboard
typealias
LogFunction
=
(
level
:
LogLevel
,
message
:
String
)
->
Unit
Server
Link copied to clipboard
class
Server
Functions
init
Log
Link copied to clipboard
fun
initLog
(
stdout
:
Boolean
=
false
,
file
:
String
?
=
null
,
callback
:
LogFunction
?
=
null
)