C# Class OpenRA.Log

Show file Open project: OpenRA/OpenRA

Public Methods

Method Description
AddChannel ( string channelName, string baseFilename ) : void
Channel ( string channelName ) : ChannelInfo
Write ( string channel, string value ) : void

Private Methods

Method Description
FilenamesForChannel ( string channelName, string baseFilename ) : IEnumerable

Method Details

AddChannel() public static method

public static AddChannel ( string channelName, string baseFilename ) : void
channelName string
baseFilename string
return void

Channel() public static method

public static Channel ( string channelName ) : ChannelInfo
channelName string
return ChannelInfo

Write() public static method

public static Write ( string channel, string value ) : void
channel string
value string
return void