Exemplo n.º 1
0
 def __init__(self, msg):
     Logger.fatal(msg)
Exemplo n.º 2
0
 def __init__(self):
     Logger.fatal('Global variable is still None')
Exemplo n.º 3
0
 def __init__(self):
     Logger.fatal('Water level reached negative value')
Exemplo n.º 4
0
 def __init__(self, mi, t):
     Logger.fatal(
         'Maximum of iterations (max_iter = {}) was exceeded of at time [s]: {}'
         .format(mi, t))