diff options
Diffstat (limited to 'Connections/Shear/Finplate/log.css')
-rw-r--r-- | Connections/Shear/Finplate/log.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Connections/Shear/Finplate/log.css b/Connections/Shear/Finplate/log.css new file mode 100644 index 0000000..098dafd --- /dev/null +++ b/Connections/Shear/Finplate/log.css @@ -0,0 +1,30 @@ +.INFO { + color: green; +} + +.WARNING { + color: orange; +} + + +.ERROR { + color: red; +} + + +.DEBUG { + color: blue; +} + + +.LOG span { + margin-right: 1em; +} + +.LOG { + clear:left; +} + +.DATE { + /*display:none;*/ +} |