Beispiel #1
0
 public static failure @false(V reason = null,
                              [P] S p  = "", [M] S m = "", [L] int l = 0)
 => Lg.Failure(reason, p, m, l);
Beispiel #2
0
 public static failure Fail(object arg,
                            [P] S path = "", [M] S member = "", [L] int line = 0)
 => status.log ? Lg.Failure(null, path, member, line) : failure._fail;