-
Notifications
You must be signed in to change notification settings - Fork 366
M_Aurora_Logger_LogLine
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
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)
C#
public void LogLine(
string message,
Logging_Level level = Logging_Level.None,
bool timestamp = true
)
- 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