C# Class Ocronet.Dynamic.Utils.Logger

ファイルを表示 Open project: nickun/OCRonet

Public Properties

Property Type Description
verbose bool

Public Methods

Method Description
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.

Method Details

Format() public method

public Format ( string format ) : void
format string
return void

Image() public method

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

Image() public method

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

Logger() public method

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

Write() public method

Write to log text.
public Write ( string text ) : void
text string
return void

WriteLine() public method

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

WriteLine() public method

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

Property Details

verbose public_oe property

public bool verbose
return bool