Upgrade to kotlin-logging 6.0.2
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import mu.KotlinLogging
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.extra.osc.OSC
|
||||
import java.awt.Color
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
private val logger = KotlinLogging.logger {}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package org.openrndr.extra.filewatcher
|
||||
|
||||
import com.sun.nio.file.SensitivityWatchEventModifier
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import kotlinx.coroutines.*
|
||||
import mu.KotlinLogging
|
||||
import org.openrndr.events.Event
|
||||
import java.io.File
|
||||
import java.nio.file.FileSystems
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package org.openrndr.extra.gitarchiver
|
||||
|
||||
import mu.KotlinLogging
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import org.openrndr.AssetMetadata
|
||||
import org.openrndr.Extension
|
||||
import org.openrndr.Program
|
||||
|
||||
@@ -3,7 +3,7 @@ package org.openrndr.extra.gui
|
||||
import com.google.gson.Gson
|
||||
import com.google.gson.JsonSyntaxException
|
||||
import com.google.gson.reflect.TypeToken
|
||||
import mu.KotlinLogging
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import org.openrndr.*
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.dialogs.*
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package org.openrndr.extra.kinect.v1
|
||||
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import kotlinx.coroutines.Job
|
||||
import kotlinx.coroutines.flow.*
|
||||
import mu.KotlinLogging
|
||||
import org.bytedeco.javacpp.Pointer
|
||||
import org.bytedeco.libfreenect.*
|
||||
import org.bytedeco.libfreenect.global.freenect.*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package org.openrndr.extra.midi
|
||||
|
||||
import mu.KotlinLogging
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import org.openrndr.Program
|
||||
import org.openrndr.events.Event
|
||||
import javax.sound.midi.*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package org.openrndr.extra.olive
|
||||
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import kotlinx.coroutines.DelicateCoroutinesApi
|
||||
import kotlinx.coroutines.GlobalScope
|
||||
import kotlinx.coroutines.async
|
||||
import mu.KotlinLogging
|
||||
|
||||
import org.openrndr.Extension
|
||||
import org.openrndr.Program
|
||||
import org.openrndr.draw.Session
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package org.openrndr.extra.olive
|
||||
|
||||
import mu.KotlinLogging
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import kotlin.reflect.KMutableProperty1
|
||||
import kotlin.reflect.KProperty1
|
||||
import kotlin.reflect.full.declaredMemberProperties
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package org.openrndr.extra.olive
|
||||
|
||||
import mu.KotlinLogging
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import java.io.File
|
||||
import java.io.InputStream
|
||||
import java.io.Reader
|
||||
|
||||
@@ -6,7 +6,7 @@ import com.illposed.osc.messageselector.OSCPatternAddressMessageSelector
|
||||
import com.illposed.osc.transport.OSCPort
|
||||
import com.illposed.osc.transport.OSCPortIn
|
||||
import com.illposed.osc.transport.OSCPortOut
|
||||
import mu.KotlinLogging
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import java.net.InetAddress
|
||||
import java.net.PortUnreachableException
|
||||
import kotlin.reflect.KMutableProperty0
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
package org.openrndr.panel
|
||||
|
||||
import mu.KotlinLogging
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import org.openrndr.*
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.draw.*
|
||||
import org.openrndr.math.Matrix44
|
||||
import org.openrndr.math.Vector2
|
||||
import org.openrndr.math.mod_
|
||||
import org.openrndr.panel.elements.*
|
||||
import org.openrndr.panel.layout.Layouter
|
||||
import org.openrndr.panel.style.*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package org.openrndr.panel.elements
|
||||
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import kotlinx.coroutines.*
|
||||
import mu.KotlinLogging
|
||||
import org.openrndr.*
|
||||
import org.openrndr.draw.Cursor
|
||||
import org.openrndr.draw.Drawer
|
||||
|
||||
Reference in New Issue
Block a user