Class LogService

java.lang.Object
org.nanonative.nano.core.model.Service
org.nanonative.nano.services.logging.LogService

public class LogService extends Service
  • Field Details

    • CONFIG_LOG_LEVEL

      public static final String CONFIG_LOG_LEVEL
    • CONFIG_LOG_FORMATTER

      public static final String CONFIG_LOG_FORMATTER
    • CONFIG_LOG_EXCLUDE_PATTERNS

      public static final String CONFIG_LOG_EXCLUDE_PATTERNS
    • EVENT_LOGGING

      public static final int EVENT_LOGGING
    • MAX_LOG_NAME_LENGTH

      public static final AtomicInteger MAX_LOG_NAME_LENGTH
    • excludePatterns

      protected List<String> excludePatterns
    • logFormatter

      protected Formatter logFormatter
    • level

      protected Level level
  • Constructor Details

    • LogService

      public LogService()
  • Method Details