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.LogLevelLog.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 voidLog. initLoggingToFile(Log.LogLevel level, String filename)Initializes logging to go to a filestatic voidLog. initLoggingToStderr(Log.LogLevel level)Initializes logging to go to stderrstatic voidLog. initLoggingToStdout(Log.LogLevel level)Initializes logging to go to stdoutstatic voidLog. log(Log.LogLevel level, Log.LogSubject subject, String message)Logs a message at the specified log level.static voidCrtResource. logNativeResources(Log.LogLevel logLevel)
-