Uses of Class
software.amazon.awssdk.crt.Log.LogLevel
-
Packages that use Log.LogLevel Package Description software.amazon.awssdk.crt -
-
Uses of Log.LogLevel in software.amazon.awssdk.crt
Methods in software.amazon.awssdk.crt that return Log.LogLevel Modifier and Type Method Description static Log.LogLevel
Log.LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static Log.LogLevel[]
Log.LogLevel. 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.LogLevel Modifier and Type Method Description static void
Log. initLoggingToFile(Log.LogLevel level, String filename)
Initializes logging to go to a filestatic void
Log. initLoggingToStderr(Log.LogLevel level)
Initializes logging to go to stderrstatic void
Log. initLoggingToStdout(Log.LogLevel level)
Initializes logging to go to stdoutstatic void
Log. log(Log.LogLevel level, Log.LogSubject subject, String message)
Logs a message at the specified log level.static void
CrtResource. logNativeResources(Log.LogLevel logLevel)
-