init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
namespace Zhaizj.Framework {
|
||||
|
||||
/// <summary>
|
||||
/// ÈÕÖ¾½Ó¿Ú
|
||||
/// </summary>
|
||||
public interface ILog {
|
||||
|
||||
void Debug( String message );
|
||||
void Info( String message );
|
||||
void Warn( String message );
|
||||
void Error( String message );
|
||||
void Fatal( String message );
|
||||
|
||||
String TypeName { set; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user