LoggingUtilities

LoggingUtilities logging implementation

Author

jimlyas

Since

28 Jan 2023

Copyright © 2022-2023 jimlyas. All rights reserved.

Functions

Link copied to clipboard
fun logDebug(message: String, t: Throwable? = null)

Function to send debug log message

Link copied to clipboard
fun logError(message: String, t: Throwable? = null)

Function to send error log message

Link copied to clipboard
fun logInfo(message: String, t: Throwable? = null)

Function to send info log message

Link copied to clipboard
fun logVerbose(message: String, t: Throwable? = null)

Function to send verbose log message

Link copied to clipboard
fun logWarn(message: String, t: Throwable? = null)

Function to send warn log message

Link copied to clipboard
fun logWtf(message: String, t: Throwable? = null)

Function to send wtf log message