C# Class Tac.Logging

ファイルを表示 Open project: KSP-RO/TacLifeSupport Class Usage Examples

Public Methods

Method Description
Log ( string context, string message ) : void
Log ( this obj, string message ) : void
LogError ( string context, string message ) : void
LogError ( this obj, string message ) : void
LogWarning ( string context, string message ) : void
LogWarning ( this obj, string message ) : void

Method Details

Log() public static method

public static Log ( string context, string message ) : void
context string
message string
return void

Log() public static method

public static Log ( this obj, string message ) : void
obj this
message string
return void

LogError() public static method

public static LogError ( string context, string message ) : void
context string
message string
return void

LogError() public static method

public static LogError ( this obj, string message ) : void
obj this
message string
return void

LogWarning() public static method

public static LogWarning ( string context, string message ) : void
context string
message string
return void

LogWarning() public static method

public static LogWarning ( this obj, string message ) : void
obj this
message string
return void