Class BuildLogger
Inheritance
System.Object
BuildLogger
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Syntax
public static class BuildLogger
Methods
Log(Object)
Declaration
public static void Log(object msg)
Parameters
| Type |
Name |
Description |
| System.Object |
msg |
|
Log(String)
Declaration
public static void Log(string msg)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
Log(String, Object[])
Declaration
public static void Log(string msg, params object[] attrs)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
| System.Object[] |
attrs |
|
LogCache(String, Object[])
Declaration
public static void LogCache(string msg, params object[] attrs)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
| System.Object[] |
attrs |
|
LogCacheWarning(String, Object[])
Declaration
public static void LogCacheWarning(string msg, params object[] attrs)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
| System.Object[] |
attrs |
|
LogError(Object)
Declaration
public static void LogError(object msg)
Parameters
| Type |
Name |
Description |
| System.Object |
msg |
|
LogError(String)
Declaration
public static void LogError(string msg)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
LogError(String, Object[])
Declaration
public static void LogError(string msg, params object[] attrs)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
| System.Object[] |
attrs |
|
LogException(Exception)
Declaration
public static void LogException(Exception e)
Parameters
| Type |
Name |
Description |
| System.Exception |
e |
|
LogWarning(Object)
Declaration
public static void LogWarning(object msg)
Parameters
| Type |
Name |
Description |
| System.Object |
msg |
|
LogWarning(String)
Declaration
public static void LogWarning(string msg)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
LogWarning(String, Object[])
Declaration
public static void LogWarning(string msg, params object[] attrs)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
| System.Object[] |
attrs |
|