Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

ILogging.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Logging/ILogging.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 28-44

Declaration hash: sha256:f4a4ea442263edefd8b09e36bb4a3dc19bff809f9a1c794d03a641b1adaa8350

C#
public interface ILogging
{
}

Original lines: 31

Declaration hash: sha256:1bf8aed865357eb059aa71aca9611bd894e8587548c36a34ea9c4a0ae0e92e32

C#
public bool LogEnabled { get; }

Original lines: 33

Declaration hash: sha256:7cd7e6f4dbfec68e0a6b488d0e80cab6aa93bc8c25632b0969c5e3eb14e541e5

C#
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

C#
public void LogTrace(string message, int frameCount = -1);

Original lines: 39

Declaration hash: sha256:cc1fa1b583654a4eae62b47b02a2406ddb8361b9c3036ec4b5da0efd8d4770a4

C#
public void LogWarning(string message);

Original lines: 41

Declaration hash: sha256:0cf6d80c459d07865650698006d042673523f39b5863f0c73c898cfdc5ff29a4

C#
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

C#
public void LogException(string message, Exception e);
Full-size image