moss.kernel
Class MLog

java.lang.Object
  extended by moss.kernel.MLog

public class MLog
extends java.lang.Object


Constructor Summary
MLog()
           
 
Method Summary
static void finalinit()
          called to perform final initialisations on the log
static void init_log()
          called to initialise the log handler to its default state
static void writelog(java.lang.String str)
          writes a line to the kernel log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MLog

public MLog()
Method Detail

init_log

public static void init_log()
called to initialise the log handler to its default state


finalinit

public static void finalinit()
called to perform final initialisations on the log


writelog

public static void writelog(java.lang.String str)
writes a line to the kernel log

Parameters:
str - string to write