LogMessage.Level

public static final numaralandırma LogMessage.Level

Protobuf enum tensorflow.LogMessage.Level

Sabitler

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;

Kalıtsal Yöntemler

son int
CompareTo ( LogMessage.Level arg0)
int
karşılaştırma (Nesne arg0)
son boole değeri
eşittir (Nesne arg0)
son Sınıf< LogMessage.Level >
getDeclaringClass ()
son int
hashKodu ()
son Dize
isim ()
son int
sıralı ()
Sicim
toString ()
static <T, Enum<T>> T'yi genişletir
valueOf (Class<T> arg0, String arg1)
boolean
eşittir (Nesne arg0)
son Sınıf<?>
getClass ()
int
hashKodu ()
son boşluk
bildir ()
son boşluk
tümünü bildir ()
Sicim
toString ()
son boşluk
bekle (uzun arg0, int arg1)
son boşluk
bekle (uzun arg0)
son boşluk
Beklemek ()
soyut int
CompareTo ( LogMessage.Level arg0)

Numaralandırma Değerleri

public static final LogMessage.Level HATA AYIKLAMA

 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;

genel statik son LogMessage.Level HATASI

ERROR = 40;

genel statik final LogMessage.Level FATAL

FATAL = 50;

genel statik final LogMessage.Level INFO

INFO = 20;

genel statik final LogMessage.Level BİLİNMİYOR

UNKNOWN = 0;

genel statik final LogMessage.Level UNRECOGNIZED

genel statik final LogMessage.Level WARN

WARN = 30;

Sabitler

genel statik 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;

Sabit Değer: 10

genel statik final int ERROR_VALUE

ERROR = 40;

Sabit Değer: 40

genel statik final int FATAL_VALUE

FATAL = 50;

Sabit Değer: 50

genel statik final int INFO_VALUE

INFO = 20;

Sabit Değer: 20

genel statik final int UNKNOWN_VALUE

UNKNOWN = 0;

Sabit Değer: 0

genel statik final int WARN_VALUE

WARN = 30;

Sabit Değer: 30