java.lang.Object
org.marid.logging.Log
public class Log extends Object
- Author:
- Dmitry Ovchinnikov
-
Field Summary
Fields Modifier and Type Field Description static StackWalkerWALKER -
Constructor Summary
Constructors Constructor Description Log() -
Method Summary
Modifier and Type Method Description static voidlog(@NotNull Level level, @NotNull String message, @Nullable Throwable thrown, Object... args)static voidlog(@NotNull Level level, @NotNull String message, Object... args)static voidlog(@NotNull Logger logger, @NotNull Level level, @NotNull String message, @Nullable Throwable thrown, Object... args)static voidlog(@NotNull Logger logger, @NotNull Level level, @NotNull String message, Object... args)