Uses of Enum
software.amazon.awssdk.crt.Log.LogLevel
Packages that use Log.LogLevel
-
Uses of Log.LogLevel in software.amazon.awssdk.crt
Methods in software.amazon.awssdk.crt that return Log.LogLevelModifier and TypeMethodDescriptionstatic Log.LogLevelReturns 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.LogLevelModifier and TypeMethodDescriptionstatic 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)