(msg, *args, **kwargs)
| 104 | |
| 105 | |
| 106 | def fatal(msg, *args, **kwargs): |
| 107 | _get_logger().fatal("FATAL: %s" % msg, *args, **kwargs) |
| 108 | |
| 109 | |
| 110 | @deprecated(date="2018-09-30", instructions="This API is deprecated. Please use as `tl.logging.warning`") |
nothing calls this directly
no test coverage detected
searching dependent graphs…