Uses of Enum
software.amazon.awssdk.crt.Log.LogSubject
Packages that use Log.LogSubject
-
Uses of Log.LogSubject in software.amazon.awssdk.crt
Methods in software.amazon.awssdk.crt that return Log.LogSubjectModifier and TypeMethodDescriptionstatic Log.LogSubjectReturns the enum constant of this type with the specified name.static Log.LogSubject[]Log.LogSubject.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt with parameters of type Log.LogSubjectModifier and TypeMethodDescriptionstatic voidLog.log(Log.LogLevel level, Log.LogSubject subject, String message) Logs a message at the specified log level.