C# Class GTFO_VR.Core.Log

Show file Open project: DSprtn/GTFO_VR_Plugin

Public Methods

Method Description
Debug ( string msg ) : void
Error ( string msg ) : void
Info ( string msg ) : void
Setup ( ManualLogSource log ) : void
Warning ( string msg ) : void

Method Details

Debug() public static method

public static Debug ( string msg ) : void
msg string
return void

Error() public static method

public static Error ( string msg ) : void
msg string
return void

Info() public static method

public static Info ( string msg ) : void
msg string
return void

Setup() public static method

public static Setup ( ManualLogSource log ) : void
log ManualLogSource
return void

Warning() public static method

public static Warning ( string msg ) : void
msg string
return void