| Class | Description |
|---|---|
| AndHowLog |
A simple wrapper around the java.util.Logging utility that makes it behave
more like SLF4J, including more use of standard message formatting.
|
| AndHowLogFormatter |
Formats LogRecords into a string to be displayed (typically on the console).
|
| AndHowLogHandler |
Handles writing a java.util.Logger to a PrintStream, by default System.err for
errors and System.out for non-errors.
|
| AndHowUtil |
Utilities used by AndHow during initial construction.
|
| IOUtil |
Utility class to handle some IO purposes.
|
| NameUtil | |
| StackLocator |
A utility class for find the calling class, method and line number for use
in creating more detailed logging information.
|
| TextUtil |
Text utility used for formatting output for reports, auto generated descriptions
and Problems.
|
Copyright © 2022. All rights reserved.