Click or drag to resize

Log Class

Global Log class for writing output to the local log file (VR) or the console (WebGL)
Inheritance Hierarchy
SystemObject
  ImmerseSDKLog

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.Log (in ImmerseSDK.Log.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static class Log

The Log type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDebug(Object)
Write a log line at the given level
Public methodStatic memberDebug(String, Object)
Write a log line at the given level
Public methodStatic memberDebug(Object, Object)
Write a log line at the given level
Public methodStatic memberDebug(String, String, Object)
Write a log line at the given level
Public methodStatic memberDebug(Object, String, Object)
Write a log line at the given level
Public methodStatic memberDebug(Object, String, String, Object)
Write a log line at the given level
Public methodStatic memberError(Object)
Write a log line at the given level
Public methodStatic memberError(String, Object)
Write a log line at the given level
Public methodStatic memberError(Object, Object)
Write a log line at the given level
Public methodStatic memberError(String, String, Object)
Write a log line at the given level
Public methodStatic memberError(Object, String, Object)
Write a log line at the given level
Public methodStatic memberError(Object, String, String, Object)
Write a log line at the given level
Public methodStatic memberGetLevel
Gets the current log level
Public methodStatic memberGetTimestamps
True if adding timestamps to logs, otherwise false
Public methodStatic memberGetTimezone
True if adding timezone information with the timestamp to logs, otherwise false
Public methodStatic memberInfo(Object)
Write a log line at the given level
Public methodStatic memberInfo(String, Object)
Write a log line at the given level
Public methodStatic memberInfo(Object, Object)
Write a log line at the given level
Public methodStatic memberInfo(String, String, Object)
Write a log line at the given level
Public methodStatic memberInfo(Object, String, Object)
Write a log line at the given level
Public methodStatic memberInfo(Object, String, String, Object)
Write a log line at the given level
Public methodStatic memberSetLevel
Sets a new log level
Public methodStatic memberSetTimestamps
True to add timestamps to logs, otherwise false
Public methodStatic memberTrace(Object)
Write a log line at the given level
Public methodStatic memberTrace(String, Object)
Write a log line at the given level
Public methodStatic memberTrace(Object, Object)
Write a log line at the given level
Public methodStatic memberTrace(String, String, Object)
Write a log line at the given level
Public methodStatic memberTrace(Object, String, Object)
Write a log line at the given level
Public methodStatic memberTrace(Object, String, String, Object)
Write a log line at the given level
Public methodStatic memberWarning(Object)
Write a log line at the given level
Public methodStatic memberWarning(String, Object)
Write a log line at the given level
Public methodStatic memberWarning(Object, Object)
Write a log line at the given level
Public methodStatic memberWarning(String, String, Object)
Write a log line at the given level
Public methodStatic memberWarning(Object, String, Object)
Write a log line at the given level
Public methodStatic memberWarning(Object, String, String, Object)
Write a log line at the given level
Top
See Also