C# Class STELLAR.Console.Log

显示文件 Open project: cbinding/stellar

Public Methods

Method Description
append ( String message ) : bool
append ( String message, MessageType mt ) : bool
backup ( ) : bool
getLogName ( ) : string

Method Details

append() public static method

public static append ( String message ) : bool
message String
return bool

append() public static method

public static append ( String message, MessageType mt ) : bool
message String
mt MessageType
return bool

backup() public static method

public static backup ( ) : bool
return bool

getLogName() public static method

public static getLogName ( ) : string
return string