C# 클래스 nature_net.log

파일 보기 프로젝트 열기: naturenet/nature-net-ppi

공개 메소드들

메소드 설명
WriteErrorLog ( Exception e ) : void
WriteInteractionLog ( int type, string details, System t ) : void
WriteInteractionLog ( int type, string details, double x, double y ) : void

메소드 상세

WriteErrorLog() 공개 정적인 메소드

public static WriteErrorLog ( Exception e ) : void
e System.Exception
리턴 void

WriteInteractionLog() 공개 정적인 메소드

public static WriteInteractionLog ( int type, string details, System t ) : void
type int
details string
t System
리턴 void

WriteInteractionLog() 공개 정적인 메소드

public static WriteInteractionLog ( int type, string details, double x, double y ) : void
type int
details string
x double
y double
리턴 void