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