C# Class Hpdi.Vss2Git.Logger

Writes log messages to an optional stream.
Inheritance: IDisposable
ファイルを表示 Open project: abevoelker/vss2git

Public Properties

Property Type Description
Null Logger

Public Methods

Method Description
Dispose ( ) : void
Logger ( Stream baseStream ) : System
Logger ( Stream baseStream, Encoding encoding, IFormatProvider formatProvider ) : System
Logger ( string filename ) : System
Write ( bool value ) : void
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
Write ( decimal value ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( object value ) : void
Write ( string value ) : void
Write ( uint value ) : void
Write ( ulong value ) : void
WriteLine ( ) : void
WriteLine ( bool value ) : void
WriteLine ( char value ) : void
WriteLine ( char buffer, int index, int count ) : void
WriteLine ( decimal value ) : void
WriteLine ( double value ) : void
WriteLine ( float value ) : void
WriteLine ( int value ) : void
WriteLine ( long value ) : void
WriteLine ( object value ) : void
WriteLine ( string value ) : void
WriteLine ( uint value ) : void
WriteLine ( ulong value ) : void
WriteSectionSeparator ( ) : void

Private Methods

Method Description
WriteInternal ( char buffer, int index, int count ) : void
WriteInternal ( string value ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Logger() public method

public Logger ( Stream baseStream ) : System
baseStream Stream
return System

Logger() public method

public Logger ( Stream baseStream, Encoding encoding, IFormatProvider formatProvider ) : System
baseStream Stream
encoding System.Text.Encoding
formatProvider IFormatProvider
return System

Logger() public method

public Logger ( string filename ) : System
filename string
return System

Write() public method

public Write ( bool value ) : void
value bool
return void

Write() public method

public Write ( char value ) : void
value char
return void

Write() public method

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

Write() public method

public Write ( decimal value ) : void
value decimal
return void

Write() public method

public Write ( double value ) : void
value double
return void

Write() public method

public Write ( float value ) : void
value float
return void

Write() public method

public Write ( int value ) : void
value int
return void

Write() public method

public Write ( long value ) : void
value long
return void

Write() public method

public Write ( object value ) : void
value object
return void

Write() public method

public Write ( string value ) : void
value string
return void

Write() public method

public Write ( uint value ) : void
value uint
return void

Write() public method

public Write ( ulong value ) : void
value ulong
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( bool value ) : void
value bool
return void

WriteLine() public method

public WriteLine ( char value ) : void
value char
return void

WriteLine() public method

public WriteLine ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

WriteLine() public method

public WriteLine ( decimal value ) : void
value decimal
return void

WriteLine() public method

public WriteLine ( double value ) : void
value double
return void

WriteLine() public method

public WriteLine ( float value ) : void
value float
return void

WriteLine() public method

public WriteLine ( int value ) : void
value int
return void

WriteLine() public method

public WriteLine ( long value ) : void
value long
return void

WriteLine() public method

public WriteLine ( object value ) : void
value object
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void

WriteLine() public method

public WriteLine ( uint value ) : void
value uint
return void

WriteLine() public method

public WriteLine ( ulong value ) : void
value ulong
return void

WriteSectionSeparator() public method

public WriteSectionSeparator ( ) : void
return void

Property Details

Null public_oe static_oe property

public static Logger Null
return Logger