C# Class FFXIVAPP.Hooker.Log

Show file Open project: Icehunter/ffxivapp-hooker

Public Methods

Method Description
Write ( MessageType messageType, string format ) : void
Write ( string format ) : void

Method Details

Write() public static method

public static Write ( MessageType messageType, string format ) : void
messageType MessageType
format string
return void

Write() public static method

public static Write ( string format ) : void
format string
return void