OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Public Member Functions | Public Attributes | List of all members
LogEntry Struct Reference

#include <Log.h>

Collaboration diagram for LogEntry:
[legend]

Public Member Functions

 LogEntry (std::string t, int l)
 

Public Attributes

std::string text
 
int level
 

Detailed Description

Definition at line 25 of file Log.h.

Constructor & Destructor Documentation

LogEntry::LogEntry ( std::string  t,
int  l 
)
inline

Definition at line 29 of file Log.h.

Member Data Documentation

std::string LogEntry::text

Definition at line 27 of file Log.h.

int LogEntry::level

Definition at line 28 of file Log.h.


The documentation for this struct was generated from the following file: