Class SimpleLogCaller
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
-
ObjectComponentBehaviourMonoBehaviourSimpleLogCaller
- Extension Methods
Fields
CONSOLE_MESSAGE_FORMATTER
private const string CONSOLE_MESSAGE_FORMATTER = "Number drawn: {0}"
Field Value
Properties
CurrentMessage
private string CurrentMessage { get; set; }
Property Value
CurrentRandomResult
private int CurrentRandomResult { get; set; }
Property Value
DelayBetweenWriteLogs
private float DelayBetweenWriteLogs { get; set; }
Property Value
DelayCoroutine
private WaitForSeconds DelayCoroutine { get; set; }
Property Value
- WaitForSeconds
Methods
Awake()
protected virtual void Awake()
Start()
protected virtual void Start()
WriteLog()
private IEnumerator WriteLog()