Mercurial Hosting > luan
diff src/goodjava/logger/ListLayout.java @ 2014:1cdc12cdcfa2 default tip
make logging more accessible
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 25 Sep 2025 23:41:41 -0600 |
parents | 6fc083e1d08c |
children |
line wrap: on
line diff
--- a/src/goodjava/logger/ListLayout.java Sun Sep 14 18:04:00 2025 -0600 +++ b/src/goodjava/logger/ListLayout.java Thu Sep 25 23:41:41 2025 -0600 @@ -2,7 +2,7 @@ public final class ListLayout implements Layout { - private final Layout[] layouts; + public final Layout[] layouts; public ListLayout(final Object... args) { layouts = new Layout[args.length];