Class MyLogExtensions
Inheritance
System.Object
MyLogExtensions
Assembly: VRage.dll
Syntax
public static class MyLogExtensions : Object
Methods
Critical(MyLog, String, Object[])
Declaration
public static void Critical(this MyLog self, string message, params object[] args)
Parameters
Type |
Name |
Description |
MyLog |
self |
|
System.String |
message |
|
System.Object[] |
args |
|
Critical(MyLog, StringBuilder)
Declaration
public static void Critical(this MyLog self, StringBuilder buillder)
Parameters
Type |
Name |
Description |
MyLog |
self |
|
System.Text.StringBuilder |
buillder |
|
Debug(MyLog, String, Object[])
Declaration
public static void Debug(this MyLog self, string message, params object[] args)
Parameters
Type |
Name |
Description |
MyLog |
self |
|
System.String |
message |
|
System.Object[] |
args |
|
Debug(MyLog, StringBuilder)
Declaration
public static void Debug(this MyLog self, StringBuilder buillder)
Parameters
Type |
Name |
Description |
MyLog |
self |
|
System.Text.StringBuilder |
buillder |
|
Error(MyLog, String, Object[])
Declaration
public static void Error(this MyLog self, string message, params object[] args)
Parameters
Type |
Name |
Description |
MyLog |
self |
|
System.String |
message |
|
System.Object[] |
args |
|
Error(MyLog, StringBuilder)
Declaration
public static void Error(this MyLog self, StringBuilder buillder)
Parameters
Type |
Name |
Description |
MyLog |
self |
|
System.Text.StringBuilder |
buillder |
|
Info(MyLog, String, Object[])
Declaration
public static void Info(this MyLog self, string message, params object[] args)
Parameters
Type |
Name |
Description |
MyLog |
self |
|
System.String |
message |
|
System.Object[] |
args |
|
Info(MyLog, StringBuilder)
Declaration
public static void Info(this MyLog self, StringBuilder buillder)
Parameters
Type |
Name |
Description |
MyLog |
self |
|
System.Text.StringBuilder |
buillder |
|
Warning(MyLog, String, Object[])
Declaration
public static void Warning(this MyLog self, string message, params object[] args)
Parameters
Type |
Name |
Description |
MyLog |
self |
|
System.String |
message |
|
System.Object[] |
args |
|
Warning(MyLog, StringBuilder)
Declaration
public static void Warning(this MyLog self, StringBuilder buillder)
Parameters
Type |
Name |
Description |
MyLog |
self |
|
System.Text.StringBuilder |
buillder |
|