C# 클래스 Sdl.Web.Common.Logging.Log

파일 보기 프로젝트 열기: sdl/dxa-web-application-dotnet

공개 메소드들

메소드 설명
Debug ( string messageFormat ) : void
Error ( Exception ex ) : void
Error ( Exception ex, string messageFormat ) : void
Error ( string messageFormat ) : void
Info ( string messageFormat ) : void
Trace ( string messageFormat ) : void
Warn ( string messageFormat ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( string messageFormat ) : void
messageFormat string
리턴 void

Error() 공개 정적인 메소드

public static Error ( Exception ex ) : void
ex System.Exception
리턴 void

Error() 공개 정적인 메소드

public static Error ( Exception ex, string messageFormat ) : void
ex System.Exception
messageFormat string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string messageFormat ) : void
messageFormat string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string messageFormat ) : void
messageFormat string
리턴 void

Trace() 공개 정적인 메소드

public static Trace ( string messageFormat ) : void
messageFormat string
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( string messageFormat ) : void
messageFormat string
리턴 void