Utility classes and functions.
class KLogger
Class that wraps a Logger instance, and adds logging functions which receive lambdas as their argument. These functions are lazily evaluated. |
|
object OS
Operating system related utility functions and checks. |
|
object SystemUtils
System utility functions |
class DisposeFailException : Exception
Exception thrown when error occurs during the disposal of a native component. |
|
class InitializationError : Exception
Exception thrown during initialization. |
fun <T> loggerFor(): KLogger
Gets a KLogger instance for a given class. |