- info(Object) - Static method in class org.pmw.tinylog.Logger
-
Create an info log entry.
- info(String) - Static method in class org.pmw.tinylog.Logger
-
Create an info log entry.
- info(String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create an info log entry. "{}" placeholders will be replaced by the given arguments.
- info(Throwable) - Static method in class org.pmw.tinylog.Logger
-
Create an info log entry.
- info(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create an info log entry. "{}" placeholders will be replaced by the given arguments.
- INFO - org.pmw.tinylog.Level
-
Output all log entries but trace and debug log entries (default).
- InternalLogger - Class in org.pmw.tinylog
-
Static logger for logging internal problems of tinylog.
- isAndroid() - Static method in class org.pmw.tinylog.EnvironmentHelper
-
Determine whether running on Android.
- isAtLeastJava9() - Static method in class org.pmw.tinylog.EnvironmentHelper
-
Determine whether running on Java 9 or newer.
- isWindows() - Static method in class org.pmw.tinylog.EnvironmentHelper
-
Determine whether running on Windows.