C# 클래스 Logging.Log

파일 보기 프로젝트 열기: noant/Pyrite 1 사용 예제들

공개 메소드들

메소드 설명
Write ( Exception e, [ memberName = "", [ sourceFilePath = "", [ sourceLineNumber ) : void
Write ( string message ) : void

비공개 메소드들

메소드 설명
Log ( ) : System

메소드 상세

Write() 공개 정적인 메소드

public static Write ( Exception e, [ memberName = "", [ sourceFilePath = "", [ sourceLineNumber ) : void
e System.Exception
memberName [
sourceFilePath [
sourceLineNumber [
리턴 void

Write() 공개 정적인 메소드

public static Write ( string message ) : void
message string
리턴 void