C# 클래스 MumbleSharp.Extensions.Log

파일 보기 프로젝트 열기: martindevans/MumbleSharp

공개 메소드들

메소드 설명
Info ( string message ) : void
Info ( string message, object value ) : void
Write ( string message ) : void

비공개 메소드들

메소드 설명
ObjectToString ( object value ) : string

메소드 상세

Info() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

public static Info ( string message, object value ) : void
message string
value object
리턴 void

Write() 공개 정적인 메소드

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