LogMessage.Level

public static final enum LogMessage.Level

Protobuf enum tensorflow.LogMessage.Level

Constants

int DEBUGGING_VALUE
 Note: The logging level 10 cannot be named DEBUG.
int ERROR_VALUE ERROR = 40;
int FATAL_VALUE FATAL = 50;
int INFO_VALUE INFO = 20;
int UNKNOWN_VALUE UNKNOWN = 0;
int WARN_VALUE WARN = 30;

Inherited Methods

final int
compareTo(LogMessage.Level arg0)
int
compareTo(Object arg0)
final boolean
equals(Object arg0)
final Class<LogMessage.Level>
getDeclaringClass()
final int
hashCode()
final String
name()
final int
ordinal()
String
toString()
static <T extends Enum<T>> T
valueOf(Class<T> arg0, String arg1)
boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
abstract int
compareTo(LogMessage.Level arg0)

Enum Values

public static final LogMessage.Level DEBUGGING

 Note: The logging level 10 cannot be named DEBUG. Some software
 projects compile their C/C++ code with -DDEBUG in debug builds. So the
 C++ code generated from this file should not have an identifier named
 DEBUG.
 
DEBUGGING = 10;

public static final LogMessage.Level ERROR

ERROR = 40;

public static final LogMessage.Level FATAL

FATAL = 50;

public static final LogMessage.Level INFO

INFO = 20;

public static final LogMessage.Level UNKNOWN

UNKNOWN = 0;

public static final LogMessage.Level UNRECOGNIZED

public static final LogMessage.Level WARN

WARN = 30;

Constants

public static final int DEBUGGING_VALUE

 Note: The logging level 10 cannot be named DEBUG. Some software
 projects compile their C/C++ code with -DDEBUG in debug builds. So the
 C++ code generated from this file should not have an identifier named
 DEBUG.
 
DEBUGGING = 10;

Constant Value: 10

public static final int ERROR_VALUE

ERROR = 40;

Constant Value: 40

public static final int FATAL_VALUE

FATAL = 50;

Constant Value: 50

public static final int INFO_VALUE

INFO = 20;

Constant Value: 20

public static final int UNKNOWN_VALUE

UNKNOWN = 0;

Constant Value: 0

public static final int WARN_VALUE

WARN = 30;

Constant Value: 30