-
public final class LoggerKtxKt
-
-
Method Summary
Modifier and Type Method Description final static Unite(Object $self, String message)Prints an error log with the provided message. final static Unitd(Object $self, String message)Prints a debug log with the provided message. final static Uniti(Object $self, String message)Prints an info log with the provided message. final static Unitw(Object $self, String message)Prints a warning log with the provided message. final static Unitv(Object $self, String message)Prints a verbose log with the provided message. -
-
Method Detail
-
e
final static Unit e(Object $self, String message)
Prints an error log with the provided message. Uses the simple name of the calling class as the log tag.
- Parameters:
message- The message to be logged.
-
d
final static Unit d(Object $self, String message)
Prints a debug log with the provided message. Uses the simple name of the calling class as the log tag.
- Parameters:
message- The message to be logged.
-
i
final static Unit i(Object $self, String message)
Prints an info log with the provided message. Uses the simple name of the calling class as the log tag.
- Parameters:
message- The message to be logged.
-
w
final static Unit w(Object $self, String message)
Prints a warning log with the provided message. Uses the simple name of the calling class as the log tag.
- Parameters:
message- The message to be logged.
-
-
-
-