C# Class CSL_Traffic.Logger

Show file Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

Method Description
LogError ( string message ) : void
LogInfo ( string message ) : void
LogWarning ( string message ) : void

Method Details

LogError() public static method

public static LogError ( string message ) : void
message string
return void

LogInfo() public static method

public static LogInfo ( string message ) : void
message string
return void

LogWarning() public static method

public static LogWarning ( string message ) : void
message string
return void