C# Class AcTools.Render.Temporary.Logging

Exibir arquivo Open project: gro-ove/actools

Public Methods

Method Description
Error ( string format ) : void
IsInitialized ( ) : bool
Warning ( string format ) : void
Write ( string s ) : void

Private Methods

Method Description
Initialize ( string filename, bool appendMode = false ) : void

Method Details

Error() public static method

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

IsInitialized() public static method

public static IsInitialized ( ) : bool
return bool

Warning() public static method

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

Write() public static method

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