C# Class CSharpRTMP.Common.Logger

Datei anzeigen Open project: langhuihui/csharprtmp

Public Methods

Method 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 method

public static ASSERT ( string format ) : void
format string
return void

Debug() public static method

public static Debug ( string format ) : void
format string
return void

FATAL() public static method

public static FATAL ( string format ) : void
format string
return void

FINEST() public static method

public static FINEST ( string format ) : void
format string
return void

INFO() public static method

public static INFO ( string format ) : void
format string
return void

Log() public static method

public static Log ( string log ) : void
log string
return void

WARN() public static method

public static WARN ( string format ) : void
format string
return void