Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Logger.cs
Go to the documentation of this file.
2
3internal static class Logger
4{
5 public static void LogEvent(LoggingEvent eventID, string message)
6 {
7 }
8
9 public static void BeginLogEvent(LoggingEvent eventID, string message)
10 {
11 }
12
13 public static void EndLogEvent(LoggingEvent eventID, string message)
14 {
15 }
16}
static void LogEvent(LoggingEvent eventID, string message)
Definition Logger.cs:5
static void BeginLogEvent(LoggingEvent eventID, string message)
Definition Logger.cs:9
static void EndLogEvent(LoggingEvent eventID, string message)
Definition Logger.cs:13