C# 클래스 ET.LogHelper

파일 보기 프로젝트 열기: zzjfengqing/ET

공개 메소드들

메소드 설명
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

메소드 상세

Debug() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

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

Trace() 공개 정적인 메소드

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

TraceInfo() 공개 정적인 메소드

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