C# Class ET.LogHelper

Afficher le fichier Open project: zzjfengqing/ET

Méthodes publiques

Méthode Description
Debug ( ET.Entity entity, string msg ) : void
Error ( ET.Entity entity, string msg ) : void
Info ( ET.Entity entity, string msg ) : void
Trace ( ET.Entity entity, string msg ) : void
TraceInfo ( ET.Entity entity, string msg ) : void

Method Details

Debug() public static méthode

public static Debug ( ET.Entity entity, string msg ) : void
entity ET.Entity
msg string
Résultat void

Error() public static méthode

public static Error ( ET.Entity entity, string msg ) : void
entity ET.Entity
msg string
Résultat void

Info() public static méthode

public static Info ( ET.Entity entity, string msg ) : void
entity ET.Entity
msg string
Résultat void

Trace() public static méthode

public static Trace ( ET.Entity entity, string msg ) : void
entity ET.Entity
msg string
Résultat void

TraceInfo() public static méthode

public static TraceInfo ( ET.Entity entity, string msg ) : void
entity ET.Entity
msg string
Résultat void