Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Logger.cs
Go to the documentation of this file.
1
namespace
Microsoft.Xna.Framework
;
2
3
internal
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
}
Microsoft.Xna.Framework.Logger.LogEvent
static void LogEvent(LoggingEvent eventID, string message)
Definition
Logger.cs:5
Microsoft.Xna.Framework.Logger.BeginLogEvent
static void BeginLogEvent(LoggingEvent eventID, string message)
Definition
Logger.cs:9
Microsoft.Xna.Framework.Logger.EndLogEvent
static void EndLogEvent(LoggingEvent eventID, string message)
Definition
Logger.cs:13
Microsoft.Xna.Framework.Logger
Definition
Logger.cs:4
Microsoft.Xna.Framework.LoggingEvent
LoggingEvent
Definition
LoggingEvent.cs:4
Microsoft.Xna.Framework
Definition
AlphaTestEffect.cs:1
source
Microsoft.Xna.Framework
Logger.cs
Generated by
1.10.0