C# Class CSharpRTMP.Common.Logger

Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Méthode Description
ASSERT ( string format ) : void
Debug ( string format ) : void
FATAL ( string format ) : void
FINEST ( string format ) : void
INFO ( string format ) : void
Log ( string log ) : void
WARN ( string format ) : void

Method Details

ASSERT() public static méthode

public static ASSERT ( string format ) : void
format string
Résultat void

Debug() public static méthode

public static Debug ( string format ) : void
format string
Résultat void

FATAL() public static méthode

public static FATAL ( string format ) : void
format string
Résultat void

FINEST() public static méthode

public static FINEST ( string format ) : void
format string
Résultat void

INFO() public static méthode

public static INFO ( string format ) : void
format string
Résultat void

Log() public static méthode

public static Log ( string log ) : void
log string
Résultat void

WARN() public static méthode

public static WARN ( string format ) : void
format string
Résultat void