ILogging.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Logging/ILogging.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Logging/ILogging.cs
Source file hash: sha256:21c3692cbf863ae6a985365e9ccb74f37f71fc4221824c92ad0f2f95d86b673e
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ILogging
Section titled “Type: ILogging”Original lines: 28-44
Declaration hash: sha256:f4a4ea442263edefd8b09e36bb4a3dc19bff809f9a1c794d03a641b1adaa8350
public interface ILogging{}Property: LogEnabled
Section titled “Property: LogEnabled”Original lines: 31
Declaration hash: sha256:1bf8aed865357eb059aa71aca9611bd894e8587548c36a34ea9c4a0ae0e92e32
public bool LogEnabled { get; }Method: Log(string message)
Section titled “Method: Log(string message)”Original lines: 33
Declaration hash: sha256:7cd7e6f4dbfec68e0a6b488d0e80cab6aa93bc8c25632b0969c5e3eb14e541e5
public void Log(string message);Method: LogTrace(string message, int frameCount)
Section titled “Method: LogTrace(string message, int frameCount)”Original lines: 37
Declaration hash: sha256:f872fde2b6689109c34e950ccbf0ffc1ebc9c86607af2a4271a45d38bcf92c1f
public void LogTrace(string message, int frameCount = -1);Method: LogWarning(string message)
Section titled “Method: LogWarning(string message)”Original lines: 39
Declaration hash: sha256:cc1fa1b583654a4eae62b47b02a2406ddb8361b9c3036ec4b5da0efd8d4770a4
public void LogWarning(string message);Method: LogError(string message)
Section titled “Method: LogError(string message)”Original lines: 41
Declaration hash: sha256:0cf6d80c459d07865650698006d042673523f39b5863f0c73c898cfdc5ff29a4
public void LogError(string message);Method: LogException(string message, Exception e)
Section titled “Method: LogException(string message, Exception e)”Original lines: 43
Declaration hash: sha256:9cccfb4bf5a2d4386e1de11a3a9664cf60624f206df7030cb364ddb52337f492
public void LogException(string message, Exception e);