C# Class ET.LogHelper

Show file Open project: zzjfengqing/ET

Public Methods

Method 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 method

public static Debug ( ET.Entity entity, string msg ) : void
entity ET.Entity
msg string
return void

Error() public static method

public static Error ( ET.Entity entity, string msg ) : void
entity ET.Entity
msg string
return void

Info() public static method

public static Info ( ET.Entity entity, string msg ) : void
entity ET.Entity
msg string
return void

Trace() public static method

public static Trace ( ET.Entity entity, string msg ) : void
entity ET.Entity
msg string
return void

TraceInfo() public static method

public static TraceInfo ( ET.Entity entity, string msg ) : void
entity ET.Entity
msg string
return void