public class CustomLogger extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
laconic(org.slf4j.Logger logger,
org.apache.logging.log4j.Level level,
String message,
int max)
Laconic logging for reduced verbosity.
|
static void |
setup(org.apache.logging.log4j.Level level,
String logLocation,
boolean logFormatRfc3339)
Sets up the custom logger to the specified level and location.
|
public static void setup(org.apache.logging.log4j.Level level,
String logLocation,
boolean logFormatRfc3339)
public static void laconic(org.slf4j.Logger logger,
org.apache.logging.log4j.Level level,
String message,
int max)
Copyright © 2021. All rights reserved.