Table of Contents

Class SimpleLogCaller

Namespace
CodeBase.Samples
Assembly
4Experience.CodeBase.Samples.dll

A class that tests the operation of the Logger and Sentry tool associated with the project. At a specified time interval, it sends logs of a random type.

public class SimpleLogCaller : ExtendedMonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
SimpleLogCaller
Extension Methods

Fields

CONSOLE_MESSAGE_FORMATTER

private const string CONSOLE_MESSAGE_FORMATTER = "Number drawn: {0}"

Field Value

string

Properties

CurrentMessage

private string CurrentMessage { get; set; }

Property Value

string

CurrentRandomResult

private int CurrentRandomResult { get; set; }

Property Value

int

DelayBetweenWriteLogs

private float DelayBetweenWriteLogs { get; set; }

Property Value

float

DelayCoroutine

private WaitForSeconds DelayCoroutine { get; set; }

Property Value

WaitForSeconds

Methods

Awake()

protected virtual void Awake()

Start()

protected virtual void Start()

WriteLog()

private IEnumerator WriteLog()

Returns

IEnumerator