C# Class Ocronet.Dynamic.Utils.Logger

Afficher le fichier Open project: nickun/OCRonet

Méthodes publiques

Свойство Type Description
verbose bool

Méthodes publiques

Méthode 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 méthode

public Format ( string format ) : void
format string
Résultat void

Image() public méthode

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

Image() public méthode

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

Logger() public méthode

public Logger ( TextWriter outwriter = null ) : System
outwriter System.IO.TextWriter
Résultat System

Write() public méthode

Write to log text.
public Write ( string text ) : void
text string
Résultat void

WriteLine() public méthode

Write to log new line obj.ToString().
public WriteLine ( object obj ) : void
obj object
Résultat void

WriteLine() public méthode

Write to log new text line.
public WriteLine ( string text ) : void
text string
Résultat void

Property Details

verbose public_oe property

public bool verbose
Résultat bool