W3cubDocs

/TensorFlow Python

Module: tf.logging

Module tf.logging

Logging utilities.

Members

Constant DEBUG

Constant ERROR

Constant FATAL

Constant INFO

TaskLevelStatusMessage(...)

Constant WARN

Constant debug

Constant error

Constant fatal

flush(...)

get_verbosity(...): Return how much logging output will be produced.

Constant info

Constant log

log_every_n(...): Log 'msg % args' at level 'level' once per 'n' times.

log_first_n(...): Log 'msg % args' at level 'level' only first 'n' times.

log_if(...): Log 'msg % args' at level 'level' only if condition is fulfilled.

set_verbosity(...): Sets the threshold for what messages will be logged.

vlog(...)

Constant warn

Constant warning

Defined in tensorflow/python/platform/tf_logging.py.

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/logging