Uses of Enum
org.kordamp.jipsy.processor.LogLocation
Packages that use LogLocation
-
Uses of LogLocation in org.kordamp.jipsy.processor
Subclasses with type arguments of type LogLocation in org.kordamp.jipsy.processorMethods in org.kordamp.jipsy.processor that return LogLocationModifier and TypeMethodDescriptionstatic LogLocationReturns the enum constant of this type with the specified name.static LogLocation[]LogLocation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kordamp.jipsy.processor with parameters of type LogLocationModifier and TypeMethodDescriptionvoidLogger.note(LogLocation location, String message) voidProcessorLogger.note(LogLocation location, String message) voidLogger.warning(LogLocation location, String message) voidProcessorLogger.warning(LogLocation location, String message) -
Uses of LogLocation in org.kordamp.jipsy.processor.testutils
Fields in org.kordamp.jipsy.processor.testutils declared as LogLocationMethods in org.kordamp.jipsy.processor.testutils with parameters of type LogLocationModifier and TypeMethodDescriptionvoidTestLogger.note(LogLocation location, String message) voidTestLogger.warning(LogLocation location, String message) Constructors in org.kordamp.jipsy.processor.testutils with parameters of type LogLocation