| Package | Description |
|---|---|
| com.amazonaws.kinesisvideo.common.logging |
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
LogLevel.fromInt(int logLevel)
Returns a LogLevel from an integer representation
|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Log.log(LogLevel logLevel,
String message)
Basic logging function with a single string message
|
void |
Log.log(LogLevel logLevel,
String template,
Object... args)
Parameterized versions of the logging functions
|
void |
Log.setCurrentLogLevel(LogLevel logLevel)
Sets the current logging level
|
| Constructor and Description |
|---|
Log(OutputChannel outputChannel,
LogLevel currentLogLevel,
String tag)
Creates a new instance of the class
|
Copyright © 2019. All rights reserved.