Forum C# ErrorLog - is an Abstract Class??

ErrorLog - is an Abstract Class??

Postby mulatto401 » August 9th, 2010, 7:10 pm

Hi All,

I was having issues with the Live Server where a 3rd person joins the room even though I only connect 2 games, and I wanted to use the ErrorLog class to trace steps along the way to see where the issue is coming from.

I tried to make an instance of the ErrorLog but my compiler (VS 2010 Express) is telling me that the class is Abstract, what gives?

Has anyone used the ErrorLog class before? I am not talking about the new .NET API that is downloadable, I am talking about the normal Development kit that allows you to build your game on your local machine.
mulatto401
Paid Member
 
Posts: 34
Joined: June 13th, 2010, 11:13 pm

Re: ErrorLog - is an Abstract Class??

Postby Benjaminsen » August 9th, 2010, 7:22 pm

You want to access the ErrorLog via the PlayerIO object.
I guess we should update the documentation to highlight this.

Try PlayerIO.ErrorLog.....

/Chris
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: ErrorLog - is an Abstract Class??

Postby mulatto401 » August 9th, 2010, 7:27 pm

Thank you sir! :D
mulatto401
Paid Member
 
Posts: 34
Joined: June 13th, 2010, 11:13 pm


Return to C#



cron