com.univocity.api.common
Class Loggers

java.lang.Object
  extended by com.univocity.api.common.Loggers

public class Loggers
extends Object

A central location to provide logger names used internally.

Author:
uniVocity Software Pty Ltd - dev@univocity.com

Field Summary
static String GENERAL
          General logger for common operations performed by our software.
static String NETWORKING
          Logger for operations involving network activity.
static String UNIVOCITY_LOCAL_STORE
           
 
Constructor Summary
Loggers()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NETWORKING

public static final String NETWORKING
Logger for operations involving network activity.

See Also:
Constant Field Values

GENERAL

public static final String GENERAL
General logger for common operations performed by our software.

See Also:
Constant Field Values

UNIVOCITY_LOCAL_STORE

public static final String UNIVOCITY_LOCAL_STORE
See Also:
Constant Field Values
Constructor Detail

Loggers

public Loggers()


Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.