C# Class TestLibrary.Logging

Afficher le fichier Open project: lodejard/AllNetCore Class Usage Examples

Méthodes publiques

Méthode Description
Write ( Array buffer ) : void
Write ( Object value ) : void
Write ( String value ) : void
Write ( bool value ) : void
Write ( char value ) : void
WriteLine ( ) : void
WriteLine ( Array buffer ) : void
WriteLine ( Array buffer, int index, int count ) : void
WriteLine ( Object value ) : void
WriteLine ( String value ) : void
WriteLine ( String format, Object arg0 ) : void
WriteLine ( String format, Object arg0, Object arg1 ) : void
WriteLine ( String format, Object arg0, Object arg1, Object arg2 ) : void
WriteLine ( bool value ) : void
WriteLine ( char value ) : void
WriteLine ( decimal value ) : void
WriteLine ( double value ) : void
WriteLine ( float value ) : void
WriteLine ( int value ) : void
WriteLine ( long value ) : void
WriteLine ( uint value ) : void
WriteLine ( ulong value ) : void

Method Details

Write() public static méthode

public static Write ( Array buffer ) : void
buffer Array
Résultat void

Write() public static méthode

public static Write ( Object value ) : void
value Object
Résultat void

Write() public static méthode

public static Write ( String value ) : void
value String
Résultat void

Write() public static méthode

public static Write ( bool value ) : void
value bool
Résultat void

Write() public static méthode

public static Write ( char value ) : void
value char
Résultat void

WriteLine() public static méthode

public static WriteLine ( ) : void
Résultat void

WriteLine() public static méthode

public static WriteLine ( Array buffer ) : void
buffer Array
Résultat void

WriteLine() public static méthode

public static WriteLine ( Array buffer, int index, int count ) : void
buffer Array
index int
count int
Résultat void

WriteLine() public static méthode

public static WriteLine ( Object value ) : void
value Object
Résultat void

WriteLine() public static méthode

public static WriteLine ( String value ) : void
value String
Résultat void

WriteLine() public static méthode

public static WriteLine ( String format, Object arg0 ) : void
format String
arg0 Object
Résultat void

WriteLine() public static méthode

public static WriteLine ( String format, Object arg0, Object arg1 ) : void
format String
arg0 Object
arg1 Object
Résultat void

WriteLine() public static méthode

public static WriteLine ( String format, Object arg0, Object arg1, Object arg2 ) : void
format String
arg0 Object
arg1 Object
arg2 Object
Résultat void

WriteLine() public static méthode

public static WriteLine ( bool value ) : void
value bool
Résultat void

WriteLine() public static méthode

public static WriteLine ( char value ) : void
value char
Résultat void

WriteLine() public static méthode

public static WriteLine ( decimal value ) : void
value decimal
Résultat void

WriteLine() public static méthode

public static WriteLine ( double value ) : void
value double
Résultat void

WriteLine() public static méthode

public static WriteLine ( float value ) : void
value float
Résultat void

WriteLine() public static méthode

public static WriteLine ( int value ) : void
value int
Résultat void

WriteLine() public static méthode

public static WriteLine ( long value ) : void
value long
Résultat void

WriteLine() public static méthode

public static WriteLine ( uint value ) : void
value uint
Résultat void

WriteLine() public static méthode

public static WriteLine ( ulong value ) : void
value ulong
Résultat void