C# 클래스 Summa.Core.Log

파일 보기 프로젝트 열기: wfarr/newskit

공개 메소드들

메소드 설명
Exception ( Exception e ) : void
Exception ( Exception e, string message ) : void
LogFunc ( string log_domain, GLib log_level, string message ) : void
Message ( string message ) : void
RemoveLog ( ) : void

비공개 메소드들

메소드 설명
Log ( ) : System

메소드 상세

Exception() 공개 정적인 메소드

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

Exception() 공개 정적인 메소드

public static Exception ( Exception e, string message ) : void
e System.Exception
message string
리턴 void

LogFunc() 공개 정적인 메소드

public static LogFunc ( string log_domain, GLib log_level, string message ) : void
log_domain string
log_level GLib
message string
리턴 void

Message() 공개 정적인 메소드

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

RemoveLog() 공개 정적인 메소드

public static RemoveLog ( ) : void
리턴 void