Package com.intergral.deep.agent.logging
Class Logger
- java.lang.Object
-
- com.intergral.deep.agent.logging.Logger
-
public final class Logger extends Object
Logger utility methods.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
configureLogging(Settings settings)
Create and configure the java.util.logger for use with deep.
-
-
-
Method Detail
-
configureLogging
public static void configureLogging(Settings settings)
Create and configure the java.util.logger for use with deep.- Parameters:
settings
- the settings for deep
-
-