Log Methods

Tungsten Suite

Log Methods

Methods
  NameDescription
Public methodStatic membere(Exception)
Log an Exception
Public methodStatic membere(String, Object)
Log a formatted exception message. This method uses string.Format to format the message.
Public methodStatic memberi(String, Object)
Log a formatted informational message. This method uses string.Format to format the message.
Public methodStatic memberi(String, String, Int32)
Log a formatted informational message. This method uses string.Format to format the message.
Public methodStatic memberv(String, Object)
Log a formatted verbose message. This method uses string.Format to format the message.
Public methodStatic memberv(String, String, Int32)
Log a formatted verbose message. This method uses string.Format to format the message.
Public methodStatic memberw(String, Object)
Log a formatted warning message. This method uses string.Format to format the message.
Public methodStatic memberw(String, String, Int32)
Log a formatted warning message. This method uses string.Format to format the message.
Top
See Also