Package | Description |
---|---|
org.jcodec.common.logging |
Modifier and Type | Method and Description |
---|---|
LogLevel |
Message.getLevel() |
static LogLevel |
Logger.getLevel() |
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 |
---|---|
static void |
Logger.setLevel(LogLevel level) |
Constructor and Description |
---|
Message(LogLevel level,
String fileName,
String className,
String methodName,
int lineNumber,
String message,
Object[] args) |
OutLogSink(PrintStream out,
OutLogSink.MessageFormat fmt,
LogLevel minLevel) |
Copyright © 2019. All rights reserved.