neuralib.util.verbose.fprint

neuralib.util.verbose.fprint(*msgs, vtype='info', timestamp=True, **kwarg)[source]

Formatting print with different colors based on verbose type

Parameters:
  • msgs – print message

  • vtype (Literal['info', 'io', 'warning', 'error', 'pass', 'debug'] | str) – verbose type

  • timestamp (bool) – If add time info

Return type:

None