Uses of Class
software.amazon.awssdk.crt.Log.LogSubject
-
Packages that use Log.LogSubject Package Description software.amazon.awssdk.crt -
-
Uses of Log.LogSubject in software.amazon.awssdk.crt
Methods in software.amazon.awssdk.crt that return Log.LogSubject Modifier and Type Method Description static Log.LogSubject
Log.LogSubject. valueOf(String name)
Returns 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.LogSubject Modifier and Type Method Description static void
Log. log(Log.LogLevel level, Log.LogSubject subject, String message)
Logs a message at the specified log level.
-