C# 클래스 Ocronet.Dynamic.Utils.Logger

파일 보기 프로젝트 열기: nickun/OCRonet

공개 프로퍼티들

프로퍼티 타입 설명
verbose bool

공개 메소드들

메소드 설명
Format ( string format ) : void
Image ( string description, Bytearray a, float zoom = 100f ) : void
Image ( string description, Intarray a, float zoom = 100f ) : void
Logger ( TextWriter outwriter = null ) : System
Write ( string text ) : void

Write to log text.

WriteLine ( object obj ) : void

Write to log new line obj.ToString().

WriteLine ( string text ) : void

Write to log new text line.

메소드 상세

Format() 공개 메소드

public Format ( string format ) : void
format string
리턴 void

Image() 공개 메소드

public Image ( string description, Bytearray a, float zoom = 100f ) : void
description string
a Bytearray
zoom float
리턴 void

Image() 공개 메소드

public Image ( string description, Intarray a, float zoom = 100f ) : void
description string
a Intarray
zoom float
리턴 void

Logger() 공개 메소드

public Logger ( TextWriter outwriter = null ) : System
outwriter System.IO.TextWriter
리턴 System

Write() 공개 메소드

Write to log text.
public Write ( string text ) : void
text string
리턴 void

WriteLine() 공개 메소드

Write to log new line obj.ToString().
public WriteLine ( object obj ) : void
obj object
리턴 void

WriteLine() 공개 메소드

Write to log new text line.
public WriteLine ( string text ) : void
text string
리턴 void

프로퍼티 상세

verbose 공개적으로 프로퍼티

public bool verbose
리턴 bool