Skip to content

M_Aurora_Logger_LogLine

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

Logger.LogLine Method

Logs a line into the currently used log file

Namespace: Aurora
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public void LogLine(
	string message,
	Logging_Level level = Logging_Level.None,
	bool timestamp = true
)

Parameters

 

message
Type: System.String
Message you wish to log
level (Optional)
Type: Aurora.Logging_Level
The logging level of this message
timestamp (Optional)
Type: System.Boolean
A boolean value representing if a timestamp should be included

See Also

Reference

Logger Class
Aurora Namespace

Clone this wiki locally