コード例 #1
0
ファイル: CertaintiesLogging.cs プロジェクト: r2d2m/active-lt
 public failure Via(V reason = null,
                    [P] S p  = "", [M] S m = "", [L] int l = 0)
 => Lg.Failure(reason, p, m, l);
コード例 #2
0
ファイル: CertaintiesLogging.cs プロジェクト: r2d2m/active-lt
 public static failure fail(ValidString reason = null,
                            [P] S p            = "", [M] S m = "", [L] int l = 0)
 => Lg.Failure(reason, p, m, l);